mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
added warning...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
937c50e57a
commit
617c2d3dec
@ -744,6 +744,9 @@ var FeatureSetProto = {
|
|||||||
}
|
}
|
||||||
// check applicability...
|
// check applicability...
|
||||||
if(f.isApplicable && !f.isApplicable.call(that, obj)){
|
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)
|
unapplicable.push(n)
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user