mirror of
https://github.com/flynx/features.js.git
synced 2025-10-29 10:20:09 +00:00
added feature source tag to actions...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f20bd2ba42
commit
9b7e90e241
@ -98,7 +98,9 @@ module.FeatureProto = {
|
||||
|
||||
// mixin actions...
|
||||
if(this.actions != null){
|
||||
actions.mixin(this.actions)
|
||||
this.tag ?
|
||||
actions.mixin(this.actions, {source_tag: this.tag})
|
||||
: actions.mixin(this.actions)
|
||||
}
|
||||
|
||||
// install handlers...
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ig-features",
|
||||
"version": "1.0.5",
|
||||
"version": "2.1.0",
|
||||
"description": "",
|
||||
"main": "features.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user