From 8b7f09f7d2e396604fa4ef9f7f5a59b259f4b2ae Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 2 Jul 2017 19:08:03 +0300 Subject: [PATCH] added source tag to mixin object (used to be actions only)... Signed-off-by: Alex A. Naanou --- actions.js | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/actions.js b/actions.js index 77789ab..e4791f7 100755 --- a/actions.js +++ b/actions.js @@ -1265,6 +1265,10 @@ module.MetaActions = { // mark the mixin for simpler removal... proto.__mixin_source = from + if(options.source_tag){ + proto.__mixin_tag = options.source_tag + } + this.__proto__ = proto return this diff --git a/package.json b/package.json index ba317bd..2acb1c0 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ig-actions", - "version": "3.2.0", + "version": "3.2.1", "description": "", "main": "actions.js", "scripts": {