Browse Source

added missing semicolon

Dustin 9 years ago
parent
commit
a8f72b9be0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/extensions/filter-control/bootstrap-table-filter-control.js

+ 1 - 1
src/extensions/filter-control/bootstrap-table-filter-control.js

@@ -162,7 +162,7 @@
             });
             });
         }
         }
 
 
-    }
+    };
 
 
     var createControls = function (that, header) {
     var createControls = function (that, header) {
         var addedFilterControl = false,
         var addedFilterControl = false,