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