diff options
author | John Resig <jeresig@gmail.com> | 2006-10-10 00:23:18 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2006-10-10 00:23:18 +0000 |
commit | 766c3765bd30e6a643eff99da0f1c293aa2897bd (patch) | |
tree | 63f945c0f62a0a99b6a21ab9b896a46fd961ac08 /build | |
parent | 6cb2e8ee8b801381fba9fcb14078f87de2517926 (diff) | |
download | jquery-766c3765bd30e6a643eff99da0f1c293aa2897bd.tar.gz jquery-766c3765bd30e6a643eff99da0f1c293aa2897bd.zip |
Now have accurate version information built into jquery.js - will build it into the docs and test suite next.
Diffstat (limited to 'build')
-rw-r--r-- | build/docs/docs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/docs/docs.js b/build/docs/docs.js index 8f331ea3e..500b91c14 100644 --- a/build/docs/docs.js +++ b/build/docs/docs.js @@ -17,7 +17,7 @@ function output( c, n ) { Object.toXML.force = { desc: 1, code: 1, before: 1, result: 1 }; var xml = Object.toXML( n == "docs" ? { method: c } : c, "docs" ); - + writeFile( dir + "/data/jquery-" + n + "-xml.xml", "<?xml version='1.0' encoding='ISO-8859-1'?>\n" + xml ); |