Sample/Editor.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 29 Oct 2010 09:16:58 +0000 (17:16 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 29 Oct 2010 09:16:58 +0000 (17:16 +0800)
Sample/Editor.js

index 1869548..5b2ebbf 100644 (file)
@@ -14,7 +14,7 @@ Editor=new XObject({
     xtype: Gtk.Window,
     listeners : {
         destroy_event : function (self, event) {
-            _this.el.hide();
+            this.el.hide();
             return true;
         }
     },