diff options
author | John Resig <jeresig@gmail.com> | 2006-07-01 14:05:50 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2006-07-01 14:05:50 +0000 |
commit | 73f55becc5e056ad28f6aec22ec014ffb3ab913b (patch) | |
tree | d4964b916b472bd8a811001c32f6cf52dbe66826 /build.sh | |
parent | 6bf8667410f10dc505b81261a568e6a42e1ce809 (diff) | |
download | jquery-1.0a.tar.gz jquery-1.0a.zip |
Getting ready for 1.0a.1.0a
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ #!/bin/sh -cat jquery/jquery.js event/event.js fx/fx.js ajax/ajax.js form/form.js > jquery-svn.js +cat jquery/jquery.js event/event.js fx/fx.js ajax/ajax.js > jquery-svn.js |