aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2006-10-10 00:23:18 +0000
committerJohn Resig <jeresig@gmail.com>2006-10-10 00:23:18 +0000
commit766c3765bd30e6a643eff99da0f1c293aa2897bd (patch)
tree63f945c0f62a0a99b6a21ab9b896a46fd961ac08 /build
parent6cb2e8ee8b801381fba9fcb14078f87de2517926 (diff)
downloadjquery-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.js2
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 );