mirror of
https://github.com/flynx/features.js.git
synced 2025-10-28 18:00:11 +00:00
bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
3035b45b47
commit
853b6ed123
@ -135,7 +135,7 @@ module.FeatureProto = {
|
||||
|| (this.actions != null
|
||||
&& this.actions.config != null)){
|
||||
// sanity check -- warn of config shadowing...
|
||||
if(this.config && this.actions.config){
|
||||
if(this.config && this.actions && this.actions.config){
|
||||
console.warn('Feature config shadowed: '
|
||||
+'both .config (used) and .actions.config (ignored) are defined for:',
|
||||
this.tag,
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ig-features",
|
||||
"version": "3.2.1",
|
||||
"version": "3.2.2",
|
||||
"description": "",
|
||||
"main": "features.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user