mirror of https://github.com/layui/layui
update
parent
d94a2e78bd
commit
42e42a996c
|
@ -8,10 +8,10 @@
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
var doc = win.document, config = {
|
var doc = win.document, config = {
|
||||||
modules: {} //记录模块物理路径
|
modules: {} // 模块物理路径
|
||||||
,status: {} //记录模块加载状态
|
,status: {} // 模块加载状态
|
||||||
,timeout: 10 //符合规范的模块请求最长等待秒数
|
,timeout: 10 // 符合规范的模块请求最长等待秒数
|
||||||
,event: {} //记录模块自定义事件
|
,event: {} // 模块自定义事件
|
||||||
}
|
}
|
||||||
|
|
||||||
,Layui = function(){
|
,Layui = function(){
|
||||||
|
|
Loading…
Reference in New Issue