added warning...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-06-27 19:58:47 +03:00
parent 937c50e57a
commit 617c2d3dec

View File

@ -744,6 +744,9 @@ var FeatureSetProto = {
}
// check applicability...
if(f.isApplicable && !f.isApplicable.call(that, obj)){
// XXX not sure if this is the right place for this...
console.warn('Excluding unaplicable:', n, '(reccomended to exclude manually)')
unapplicable.push(n)
return false
}