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

index 2efbba7..0275630 100644 (file)
@@ -402,7 +402,7 @@ Gtk = XObject.define(
             if (cls == 'Gtk.Table') {
                 
                 var methods = this.palete.getPropertiesFor(cls, 'methods');
-                print(JSON.stringify(method, null,4));
+                print(JSON.stringify(methods, null,4));
                 Seed.quit();
             }