mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-29 02:10:09 +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...
|
// mark the mixin for simpler removal...
|
||||||
proto.__mixin_source = from
|
proto.__mixin_source = from
|
||||||
|
|
||||||
|
if(options.source_tag){
|
||||||
|
proto.__mixin_tag = options.source_tag
|
||||||
|
}
|
||||||
|
|
||||||
this.__proto__ = proto
|
this.__proto__ = proto
|
||||||
|
|
||||||
return this
|
return this
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ig-actions",
|
"name": "ig-actions",
|
||||||
"version": "3.2.0",
|
"version": "3.2.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "actions.js",
|
"main": "actions.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user