bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-07-04 17:07:59 +03:00
parent 3035b45b47
commit 853b6ed123
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

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