Skip to content
Permalink
Browse files
updated the builders with form.js
  • Loading branch information
Gilles van den Hoven committed Jun 21, 2006
1 parent 897e829 commit 5f8576d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
@@ -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
@@ -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

0 comments on commit 5f8576d

Please sign in to comment.