XObject.js
authoralan <alan@alanfast.akbkhome.com>
Thu, 15 Apr 2010 11:13:26 +0000 (19:13 +0800)
committeralan <alan@alanfast.akbkhome.com>
Thu, 15 Apr 2010 11:13:26 +0000 (19:13 +0800)
XObject.js

index 8cc5e9e..01f2df3 100644 (file)
@@ -55,6 +55,7 @@ function XObject (cfg) {
     var isSeed = typeof(Seed) != 'undefined';
      
     // xtype= Gtk.Menu ?? what about c_new stuff?
+    print(this.xtype);
     if (typeof(this.xtype) == 'function') {
         this.el = this.el ||  this.xtype(o);
     }