Roo/bootstrap/CheckBox.js
authoredward <edward@roojs.com>
Tue, 20 Oct 2015 06:52:37 +0000 (14:52 +0800)
committeredward <edward@roojs.com>
Tue, 20 Oct 2015 06:52:37 +0000 (14:52 +0800)
Roo/bootstrap/CheckBox.js

index 159be57..4b79633 100644 (file)
@@ -385,7 +385,7 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
     markValid : function()
     {
         if(this.allowBlank){
-          //  return;
+            return;
         }
         
         var _this = this;
@@ -426,7 +426,7 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
     markInvalid : function(msg)
     {
         if(this.allowBlank){
-         //   return;
+            return;
         }
         
         var _this = this;