From 5a2e6edb300be34995a08dea077c19bab964960d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 9 Dec 2017 01:38:20 +0300 Subject: [PATCH] several fixes and tweaks... Signed-off-by: Alex A. Naanou --- actions.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/actions.js b/actions.js index 8c4d28a..3b12461 100755 --- a/actions.js +++ b/actions.js @@ -912,7 +912,7 @@ module.MetaActions = { // // XXX should this prevent overriding stuff??? // XXX move to a better spot... - alias: Action('alias', function(alias, target){ + alias: Action('alias', function(alias, target){ // remove alias... if((arguments.length == 2 && target === false || target === null) @@ -1687,8 +1687,7 @@ module.MetaActions = { // // XXX this will not work on non-actions... mixinTo: function(to, options){ - return this.mixin.call(to, this, options) - }, + return this.mixin.call(to, this, options) }, // Remove mixed in actions from this... //