Browse Source

Fix format

Dennis Hernández 10 years ago
parent
commit
024889fcba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/extensions/mobile/bootstrap-table-mobile.js

+ 1 - 1
src/extensions/mobile/bootstrap-table-mobile.js

@@ -17,7 +17,7 @@
     }
 
     var changeView = function (el, width, height) {
-        if(width <= el.options.minWidth && height <= el.options.minHeight ){
+        if(width <= el.options.minWidth && height <= el.options.minHeight){
             if (!toggled) {
                 el.toggleView();
                 toggled = true;