提交 a164a64a 编写于 作者: C Catouse

* fixed an error in store.js.

上级 7344768f
/*!
* ZUI - v1.1.0 - 2014-08-05
* ZUI - v1.2.0-dev - 2014-08-05
* http://zui.sexy
* GitHub: https://github.com/easysoft/zui.git
* Copyright (c) 2014 cnezsoft.com; Licensed MIT
......@@ -162,14 +162,6 @@ if (typeof jQuery === "undefined") { throw new Error("ZUI requires jQuery") }
return all;
};
store.getAll = function() {
var ret = {}
store.forEach(function(key, val) {
ret[key] = val
})
return ret
}
/* Serialize value with JSON.stringify */
Store.prototype.serialize = function(value)
{
......
/*!
* ZUI - v1.1.0 - 2014-08-05
* ZUI - v1.2.0-dev - 2014-08-05
* http://zui.sexy
* GitHub: https://github.com/easysoft/zui.git
* Copyright (c) 2014 cnezsoft.com; Licensed MIT
......@@ -162,14 +162,6 @@ if (typeof jQuery === "undefined") { throw new Error("ZUI requires jQuery") }
return all;
};
store.getAll = function() {
var ret = {}
store.forEach(function(key, val) {
ret[key] = val
})
return ret
}
/* Serialize value with JSON.stringify */
Store.prototype.serialize = function(value)
{
......
此差异已折叠。
此差异已折叠。
......@@ -151,14 +151,6 @@
return all;
};
store.getAll = function() {
var ret = {}
store.forEach(function(key, val) {
ret[key] = val
})
return ret
}
/* Serialize value with JSON.stringify */
Store.prototype.serialize = function(value)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册