Revision: 3883
          http://vexi.svn.sourceforge.net/vexi/?rev=3883&view=rev
Author:   clrg
Date:     2010-08-26 23:27:52 +0000 (Thu, 26 Aug 2010)

Log Message:
-----------
Fix incorrect apply syntax

Modified Paths:
--------------
    trunk/widgets/org.vexi.widgets/src/vexi/util/lazyload.t

Modified: trunk/widgets/org.vexi.widgets/src/vexi/util/lazyload.t
===================================================================
--- trunk/widgets/org.vexi.widgets/src/vexi/util/lazyload.t     2010-07-26 
14:25:18 UTC (rev 3882)
+++ trunk/widgets/org.vexi.widgets/src/vexi/util/lazyload.t     2010-08-26 
23:27:52 UTC (rev 3883)
@@ -53,7 +53,7 @@
                         thisbox[0] = new template();
                     } else {
                         var args = (typeof(lazyargs)=="array") ? lazyargs : 
[lazyargs];
-                        thisbox[0] = template.apply(null, args);
+                        thisbox[0] = template(vexi.box, args);
                     }
                 } catch (e) {
                     if (catchexceptions) {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to