浏览代码

Fix format

Dennis Hernández 10 年之前
父节点
当前提交
024889fcba
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) {
     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) {
             if (!toggled) {
                 el.toggleView();
                 el.toggleView();
                 toggled = true;
                 toggled = true;