From: Gilles van den Hoven Date: Wed, 21 Jun 2006 10:08:57 +0000 (+0000) Subject: updated the builders with form.js X-Git-Tag: 1.0a~13 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5f8576d3a3ea0b54d69fd132ae6264baa93f5e97;p=jquery.git updated the builders with form.js --- diff --git a/build.bat b/build.bat index ba5d3a2e1..e1f83c886 100644 --- a/build.bat +++ b/build.bat @@ -3,3 +3,4 @@ type jquery\jquery.js > jquery-svn.js type fx\fx.js >> jquery-svn.js type event\event.js >> jquery-svn.js type ajax\ajax.js >> jquery-svn.js +type form\form.js >> jquery-svn.js diff --git a/build.sh b/build.sh index c39688793..f2b302500 100755 --- a/build.sh +++ b/build.sh @@ -1,2 +1,2 @@ #!/bin/sh -cat jquery/jquery.js event/event.js fx/fx.js ajax/ajax.js > jquery-svn.js +cat jquery/jquery.js event/event.js fx/fx.js ajax/ajax.js form/form.js > jquery-svn.js