Roo/bootstrap/NumberField.js
authorjohn <john@roojs.com>
Thu, 7 Jun 2018 08:28:43 +0000 (16:28 +0800)
committerjohn <john@roojs.com>
Thu, 7 Jun 2018 08:28:43 +0000 (16:28 +0800)
Roo/bootstrap/NumberField.js

index fc04453..ad03b25 100644 (file)
@@ -210,7 +210,9 @@ Roo.extend(Roo.bootstrap.NumberField, Roo.bootstrap.Input, {
                n = n.substr(0,n.length-3);
        }
         
-       if(n.length > 0) { a.unshift(n); }
+       if(n.length > 0) {
+            a.unshift(n);
+        }
         
        n = a.join(this.thousandsDelimiter);