Browse Source

Removed unnecessary parameter.

_relatedTarget in $.fn.bootstrapTable
jtrumbull 10 years ago
parent
commit
14a231f052
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bootstrap-table.js

+ 1 - 1
src/bootstrap-table.js

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