浏览代码

Remove comments

Alexandre S 5 年之前
父节点
当前提交
65a3097251
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      src/extensions/print/bootstrap-table-print.js

+ 0 - 3
src/extensions/print/bootstrap-table-print.js

@@ -276,12 +276,9 @@ $.BootstrapTable = class extends $.BootstrapTable {
     const newWin = window.open('')
 
     newWin.document.write(this.options.printPageBuilder.call(this, table))
-    /*
     newWin.document.close()
     newWin.focus()
     newWin.print()
     newWin.close()
-
-     */
   }
 }