XObject.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 14 May 2010 09:22:46 +0000 (17:22 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 14 May 2010 09:22:46 +0000 (17:22 +0800)
XObject.js

index 92ce958..cd65f80 100644 (file)
@@ -187,7 +187,7 @@ XObject.prototype = {
         
          
         for (var i in this.config) {
-            if (i == 'type') { // problem with Gtk.Window...
+            if (i == 'type') { // problem with Gtk.Window... - not decided on a better way to handle this.
                 continue;
             }
             this.el[i] = this.config[i];