added source tag to mixin object (used to be actions only)...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-07-02 19:08:03 +03:00
parent f808db6a8d
commit 8b7f09f7d2
2 changed files with 5 additions and 1 deletions

View File

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

View File

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