The jQuery version is now reported in the docs.
This commit is contained in:
parent
766c3765bd
commit
967eec1831
2 changed files with 4 additions and 2 deletions
|
@ -18,6 +18,8 @@ function output( c, n ) {
|
|||
|
||||
var xml = Object.toXML( n == "docs" ? { method: c } : c, "docs" );
|
||||
|
||||
xml = xml.replace("<docs>", "<docs version='" + read("version.txt").slice(0,-1) + "'>");
|
||||
|
||||
writeFile( dir + "/data/jquery-" + n + "-xml.xml",
|
||||
"<?xml version='1.0' encoding='ISO-8859-1'?>\n" + xml );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue