mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 10:57:49 +00:00
Rebuild minified files and docs.
Former-commit-id: b3e87e12dfa55dcaa813d31b2ef0749a83b652aa
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user