mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-29 18:30:10 +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...
|
// new tag...
|
||||||
// XXX not sure if this is the right way to go...
|
// 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'
|
console.warn('Aactions: about to overwrite source tag...\n'
|
||||||
+' from: "'+(that[k].source_tag || that[k].func.source_tag)+'"\n'
|
+' from: "'+(that[k].source_tag || that[k].func.source_tag)+'"\n'
|
||||||
+' to: "'+source_tag+'"\n'
|
+' to: "'+source_tag+'"\n'
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ig-actions",
|
"name": "ig-actions",
|
||||||
"version": "1.6.2",
|
"version": "1.6.3",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "actions.js",
|
"main": "actions.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user