Roo/bootstrap/panel/Content.js
authorjohn <john@roojs.com>
Tue, 28 Nov 2017 07:03:37 +0000 (15:03 +0800)
committerjohn <john@roojs.com>
Tue, 28 Nov 2017 07:03:37 +0000 (15:03 +0800)
Roo/bootstrap/panel/Content.js

index b03c5e6..5805e28 100644 (file)
@@ -382,9 +382,11 @@ panel.load({
         var t = '';
     
         for (var k in this.title) {
+            
             if (!this.title.hasOwnProperty(k)) {
                 continue;
             }
+            
             switch (true) {
                 case (k.indexOf('xs') >= 0):
                     t += '<span class="visible-xs">' + this.title[k] + '</span>';