Since lodash and underscorejs are both using `_`,
the presence of `_.VERSION` shouldn't be used
as anything else but a provider of version number
main
jvoisin 7 years ago committed by Elbert Alias
parent 03d86fb07b
commit d15e991113

@ -10050,7 +10050,7 @@
"icon": "Underscore.js.png", "icon": "Underscore.js.png",
"js": { "js": {
"_.restArguments": "", "_.restArguments": "",
"_.VERSION": "(.*)\\;version:\\1" "_.VERSION": "(.*)\\;confidence:0\\;version:\\1"
}, },
"excludes": "Lodash", "excludes": "Lodash",
"script": "underscore.*\\.js(?:\\?ver=([\\d.]+))?\\;version:\\1", "script": "underscore.*\\.js(?:\\?ver=([\\d.]+))?\\;version:\\1",

Loading…
Cancel
Save