JsRender/Gtk.js
authorAlan Knowles <alan@roojs.com>
Tue, 10 Jun 2014 10:24:52 +0000 (18:24 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 10 Jun 2014 10:24:52 +0000 (18:24 +0800)
JsRender/Gtk.js

index a6934a7..8844a38 100644 (file)
@@ -583,7 +583,7 @@ Gtk = XObject.define(
                 vv = vv.replace(/\n+$/,'');
                 vv = vv.replace(/\n/g,"\n" + ipad);
                 
-                vva = k.split(':');
+                var vva = k.split(':');
                 var rtype = vva.shift();
                 var body = vv;
                 var fname = vva.shift();