move_wrap: function (e){ setTimeout(function(){ if(action.mouseup)return; action.move(e); },20); },
up : function(evt){ ... action.mouseup = true; .... }