X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=blobdiff_plain;f=build%2Fdocs%2Fdocs.js;h=500b91c143248798451a47dd31b39a07b7c1b509;hp=8f331ea3efc995183e8f8c822ad5f7bc6df35c22;hb=766c3765bd30e6a643eff99da0f1c293aa2897bd;hpb=6cb2e8ee8b801381fba9fcb14078f87de2517926 diff --git a/build/docs/docs.js b/build/docs/docs.js index 8f331ea..500b91c 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", "\n" + xml );