Rebuild minified files and docs.

Former-commit-id: b3e87e12dfa55dcaa813d31b2ef0749a83b652aa
This commit is contained in:
John-David Dalton
2012-11-24 01:37:57 -06:00
parent a2a71a107e
commit faf018a097
4 changed files with 157 additions and 156 deletions

View File

@@ -322,7 +322,8 @@
error = message;
return true;
};
// the newline is required to avoid errors if `body` ends with a single line comment
// the newline, in `'\n}'`, is required to avoid errors if `body` ends
// with a single line comment
script.text = 'var _ = function(' + args + ') {' + body + '\n}';
sibling.parentNode.insertBefore(script, sibling).parentNode.removeChild(script);