added feature source tag to actions...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-11-05 19:23:11 +03:00
parent f20bd2ba42
commit 9b7e90e241
2 changed files with 4 additions and 2 deletions

View File

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

View File

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