mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 18:07:49 +00:00
Fix failing tests in old Opera.
This commit is contained in:
2
dist/lodash.js
vendored
2
dist/lodash.js
vendored
@@ -55,7 +55,7 @@
|
||||
var reFlags = /\w*$/;
|
||||
|
||||
/** Used to detected named functions */
|
||||
var reFuncName = /^function[ \n\r\t]+\w/;
|
||||
var reFuncName = /^\s*function[ \n\r\t]+\w/;
|
||||
|
||||
/** Used to match "interpolate" template delimiters */
|
||||
var reInterpolate = /<%=([\s\S]+?)%>/g;
|
||||
|
||||
Reference in New Issue
Block a user