浏览代码

Removed unnecessary parameter.

_relatedTarget in $.fn.bootstrapTable
jtrumbull 10 年之前
父节点
当前提交
14a231f052
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/bootstrap-table.js

+ 1 - 1
src/bootstrap-table.js

@@ -2251,7 +2251,7 @@
         'toggleView'
     ];
 
-    $.fn.bootstrapTable = function (option, _relatedTarget) {
+    $.fn.bootstrapTable = function (option) {
         var value;
 
         this.each(function () {