diff --git a/data.js b/data.js index 00bb1457..7eb2c009 100644 --- a/data.js +++ b/data.js @@ -1,6 +1,6 @@ -//================================================== +//=================================================== // 数据缓存模块 -//================================================== +//=================================================== define("data", ["lang"], function($) { var owners = [], caches = []; @@ -167,4 +167,4 @@ define("data", ["lang"], function($) { 2012.9.29 对parseData的数据进行严格的验证后才转换 v2 2012.12.30 使用jquery2.0的新思路,通过存放目标的数组的索引值来关联目标与缓存体 v3 2013.1.2 升级到v4 -*/ \ No newline at end of file +*/