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

index 4e0ca54..302e794 100644 (file)
@@ -902,8 +902,8 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component,  {
      * @param {String} msg The validation message
      */
     markInvalid : function(msg)
-    {
-        if(!this.el  || this.preventMark){ // not rendered...
+    {//test
+        if(!this.el  || this.preventMark){ // not rendered
             return;
         }