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

index dace36c..7f4840e 100644 (file)
@@ -228,7 +228,9 @@ Roo.extend(Roo.bootstrap.MonthField, Roo.bootstrap.Input,  {
     
     hide : function()
     {
-        if(this.isInline) return;
+        if(this.isInline) {
+            return;
+        }
         this.picker().hide();
         this.fireEvent('hide', this, this.date);