mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-28 18:00:11 +00:00
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:
parent
f808db6a8d
commit
8b7f09f7d2
@ -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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ig-actions",
|
||||
"version": "3.2.0",
|
||||
"version": "3.2.1",
|
||||
"description": "",
|
||||
"main": "actions.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user