bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-05-15 22:50:01 +03:00
parent 8358dd0434
commit 11f1c08456
2 changed files with 2 additions and 2 deletions

View File

@ -482,7 +482,7 @@ var FeatureSetProto = {
// with actual feature tags later... // with actual feature tags later...
// if a tag is exclusive then at least one feature // if a tag is exclusive then at least one feature
// with it is present... // with it is present...
if(!that[d] && !exclusive[d]){ if(!that[d] && !exclusive[d] && d[0] != '-'){
var m = missing[k] = missing[k] || [] var m = missing[k] = missing[k] || []
m.push(d) m.push(d)
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "ig-features", "name": "ig-features",
"version": "2.2.3", "version": "2.2.4",
"description": "", "description": "",
"main": "features.js", "main": "features.js",
"scripts": { "scripts": {