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
3035b45b47
commit
853b6ed123
@ -135,7 +135,7 @@ module.FeatureProto = {
|
|||||||
|| (this.actions != null
|
|| (this.actions != null
|
||||||
&& this.actions.config != null)){
|
&& this.actions.config != null)){
|
||||||
// sanity check -- warn of config shadowing...
|
// 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: '
|
console.warn('Feature config shadowed: '
|
||||||
+'both .config (used) and .actions.config (ignored) are defined for:',
|
+'both .config (used) and .actions.config (ignored) are defined for:',
|
||||||
this.tag,
|
this.tag,
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ig-features",
|
"name": "ig-features",
|
||||||
"version": "3.2.1",
|
"version": "3.2.2",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "features.js",
|
"main": "features.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user