updated the builders with form.js

This commit is contained in:
Gilles van den Hoven 2006-06-21 10:08:57 +00:00
parent 897e829191
commit 5f8576d3a3
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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