diff options
Diffstat (limited to 'build/docs/docs.js')
-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 ); |