mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-28 18:00:11 +00:00
fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
7d84bea5c4
commit
1c0965fe56
@ -1144,7 +1144,7 @@ module.MetaActions = {
|
||||
|
||||
// new tag...
|
||||
// XXX not sure if this is the right way to go...
|
||||
} else if(that[k].source_tag != source_tag || that[k].func.source_tag != source_tag){
|
||||
} else if(that[k].source_tag || that[k].func.source_tag){
|
||||
console.warn('Aactions: about to overwrite source tag...\n'
|
||||
+' from: "'+(that[k].source_tag || that[k].func.source_tag)+'"\n'
|
||||
+' to: "'+source_tag+'"\n'
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ig-actions",
|
||||
"version": "1.6.2",
|
||||
"version": "1.6.3",
|
||||
"description": "",
|
||||
"main": "actions.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user