Roo/bootstrap/DateField.js
authorAlan Knowles <alan@roojs.com>
Wed, 20 Apr 2016 10:00:02 +0000 (18:00 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 20 Apr 2016 10:00:02 +0000 (18:00 +0800)
Roo/bootstrap/DateField.js

index ff5e268..3a1592d 100644 (file)
@@ -535,7 +535,9 @@ Roo.extend(Roo.bootstrap.DateField, Roo.bootstrap.Input,  {
     
     hide : function()
     {
-        if(this.isInline) return;
+        if(this.isInline) {
+            return;
+        }
         this.picker().hide();
         this.viewMode = this.startViewMode;
         this.showMode();