|
|
@@ -573,11 +573,11 @@ if (typeof jQuery === "undefined") {
|
|
|
storage, init = options.init,
|
|
|
param;
|
|
|
if (supportStorage) {
|
|
|
- storage = self._storage();
|
|
|
- self._resetStorage({});
|
|
|
- $.each(storage, function (k, v) {
|
|
|
- self.create(v, false);
|
|
|
- })
|
|
|
+ //storage = self._storage();
|
|
|
+ //self._resetStorage({});
|
|
|
+ //$.each(storage, function (k, v) {
|
|
|
+ // self.create(v, false);
|
|
|
+ //})
|
|
|
}
|
|
|
if ($.isEmptyObject(storage)) {
|
|
|
init = (!$.isEmptyObject(init) && init instanceof Array) ? init : defaultInit;
|