XObjectBase/GtkExpander.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 3 Jul 2012 15:04:28 +0000 (23:04 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 3 Jul 2012 15:04:28 +0000 (23:04 +0800)
XObjectBase/GtkExpander.js

index 4170da8..2c92004 100644 (file)
@@ -23,9 +23,9 @@ GtkExpander = XObject.define(
         events : false,
         init : function()
         {
-            // is this a common featuer???
+            // is this a common feature??? of widgets ...?
             this.el.add_events (Gdk.EventMask.BUTTON_MOTION_MASK );
-
             
         }
     }