Browse Source

Update table-cookie

zhixin 10 years ago
parent
commit
2d15c8fd10
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/extensions/cookie/bootstrap-table-cookie.js

+ 2 - 2
src/extensions/cookie/bootstrap-table-cookie.js

@@ -199,7 +199,7 @@
         _onSearch.apply(this, Array.prototype.slice.apply(arguments));
 
         setCookie(this, idsStateSaveList.searchText, this.searchText);
-    }
+    };
 
     BootstrapTable.prototype.deleteCookie = function (cookieName) {
         if ((cookieName === '') || (!cookieEnabled())) {
@@ -207,5 +207,5 @@
         }
 
         deleteCookie(idsStateSaveList[cookieName]);
-    }
+    };
 })(jQuery);