Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update data.js #95

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//==================================================
// 数据缓存模块
//
//==================================================
define("data", ["lang"], function($) {
var owners = [],
Expand Down Expand Up @@ -54,8 +54,7 @@ define("data", ["lang"], function($) {
}
}
/**
* 为目标对象移除数据
* @param {Any} owner
* 为目 owner
* @param {Any} name ? 要移除的数据
* @param {Boolean} pvt ? 标识为内部数据
* @return {Any}
Expand Down Expand Up @@ -167,4 +166,4 @@ define("data", ["lang"], function($) {
2012.9.29 对parseData的数据进行严格的验证后才转换 v2
2012.12.30 使用jquery2.0的新思路,通过存放目标的数组的索引值来关联目标与缓存体 v3
2013.1.2 升级到v4
*/
*/