updated the builders with form.js
This commit is contained in:
parent
897e829191
commit
5f8576d3a3
2 changed files with 2 additions and 1 deletions
|
@ -3,3 +3,4 @@ type jquery\jquery.js > jquery-svn.js
|
||||||
type fx\fx.js >> jquery-svn.js
|
type fx\fx.js >> jquery-svn.js
|
||||||
type event\event.js >> jquery-svn.js
|
type event\event.js >> jquery-svn.js
|
||||||
type ajax\ajax.js >> jquery-svn.js
|
type ajax\ajax.js >> jquery-svn.js
|
||||||
|
type form\form.js >> jquery-svn.js
|
||||||
|
|
2
build.sh
2
build.sh
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/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
|
||||||
|
|
Loading…
Add table
Reference in a new issue