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

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