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) {
-        if(width <= el.options.minWidth && height <= el.options.minHeight ){
+        if(width <= el.options.minWidth && height <= el.options.minHeight){
             if (!toggled) {
                 el.toggleView();
                 toggled = true;