diff --git a/lodash.js b/lodash.js index b98960a1f..2cc84e370 100644 --- a/lodash.js +++ b/lodash.js @@ -320,7 +320,7 @@ // http://bugzil.la/804933 window.onerror = function(message) { error = message; - return false; + return true; }; // the newline is required to avoid errors if `body` ends with a single line comment script.text = 'var _ = function(' + args + ') {' + body + '\n}';