From effc13375087ed447b1bd7bead41c6fd79616232 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 30 Nov 2014 03:47:21 +0300 Subject: [PATCH] fixed a bug in a comment ;) Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui (gen4)/lib/actions.js b/ui (gen4)/lib/actions.js index 97297d5a..79aedd0b 100755 --- a/ui (gen4)/lib/actions.js +++ b/ui (gen4)/lib/actions.js @@ -533,7 +533,7 @@ module.MetaActions = { var cur = this var proto = this.__proto__ while(proto != null){ - // we have a hit, pop it off the chain... + // we have a hit... if(proto.hasOwnProperty('__mixin_source') && proto.__mixin_source === from){ return pre ? cur : proto