roojs-ui-debug.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 1 Nov 2010 09:55:08 +0000 (17:55 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 1 Nov 2010 09:55:08 +0000 (17:55 +0800)
roojs-ui-debug.js

index 9ec48c7..0df8df4 100644 (file)
@@ -11446,7 +11446,7 @@ Roo.Button = function(renderTo, config)
     if(this.menu){
         this.menu = Roo.menu.MenuMgr.get(this.menu);
     }
-    // register listeners first!!1 - so render can be captured..
+    // register listeners first!!  - so render can be captured..
     Roo.util.Observable.call(this);
     if(renderTo){
         this.render(renderTo);
@@ -23670,7 +23670,7 @@ Roo.extend(Roo.form.Checkbox, Roo.form.Field,  {
         }
         this.checked = state;
         if(suppressEvent !== true){
-            this.fireEvent('checkchange', this, state);
+            this.fireEvent('check', this, state);
         }
         this.inSetChecked = true;
         this.el.dom.value = state ? this.inputValue : this.valueOff;