Revision: 4231 http://vexi.svn.sourceforge.net/vexi/?rev=4231&view=rev Author: clrg Date: 2011-09-16 00:42:21 +0000 (Fri, 16 Sep 2011) Log Message: ----------- OCD
Modified Paths: -------------- trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/role/repeatable.t Modified: trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/role/repeatable.t =================================================================== --- trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/role/repeatable.t 2011-09-16 00:39:38 UTC (rev 4230) +++ trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/role/repeatable.t 2011-09-16 00:42:21 UTC (rev 4231) @@ -41,7 +41,6 @@ if (!trapee.v_repeat_thread) { // marks the thread as active trapee.v_repeat_thread = true; - var repeatable = trapee; // begin background thread vexi.thread = function() { do { @@ -54,9 +53,9 @@ d = t - trapee.v_lastActionTime; } if (trapee.repeat) { - trapee.v_lastActionTime = t; - trapee.action = true; - trapee.counter ++; + trapee.v_lastActionTime = t; + trapee.action = true; + trapee.counter ++; } } while (trapee.repeat); // mark thread inactive This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA http://p.sf.net/sfu/rim-devcon-copy2 _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn