mirror of
https://github.com/flynx/features.js.git
synced 2025-10-29 18:30:11 +00:00
bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
8358dd0434
commit
11f1c08456
@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user