Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-11-07 06:38:50 +03:00
parent 7d84bea5c4
commit 1c0965fe56
2 changed files with 2 additions and 2 deletions

View File

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

View File

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