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

index 4e0ca54..0b524e2 100644 (file)
@@ -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;
         }