mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
Cleanup iterator template, make _.isEqual avoid the JScript [[DontEnum]] bug and add unit tests.
Former-commit-id: 1325f2184a8572ba688bcf697892782b8a0972e7
This commit is contained in:
@@ -170,8 +170,8 @@
|
||||
|
||||
// minify delimiter regexps
|
||||
result = result
|
||||
.replace(/('evaluate':)[^,}]+/, '$1/@([\\s\\S]+?)%/g')
|
||||
.replace(/('interpolate':)[^,}]+/, '$1/#([\\s\\S]+?)%/g');
|
||||
.replace(/('evaluate':)[^,}]+/, '$1/@([^%]+)%/g')
|
||||
.replace(/('interpolate':)[^,}]+/, '$1/#([^%]+)%/g');
|
||||
}
|
||||
else {
|
||||
// add brackets to whitelisted properties so Closure Compiler won't mung them.
|
||||
|
||||
Reference in New Issue
Block a user