Roo/bootstrap/Input.js
authorjohn <john@roojs.com>
Thu, 7 Dec 2017 01:54:26 +0000 (09:54 +0800)
committerjohn <john@roojs.com>
Thu, 7 Dec 2017 01:54:26 +0000 (09:54 +0800)
Roo/bootstrap/Input.js

index 1f9edb3..4e0ca54 100644 (file)
@@ -857,7 +857,7 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component,  {
      */
     markValid : function()
     {
-        if(!this.el  || this.preventMark){ // not rendered ...
+        if(!this.el  || this.preventMark){ // not rendered...
             return;
         }
         
@@ -903,7 +903,7 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component,  {
      */
     markInvalid : function(msg)
     {
-        if(!this.el  || this.preventMark){ // not rendered
+        if(!this.el  || this.preventMark){ // not rendered...
             return;
         }