mirror of https://github.com/layui/layui
优化 代码注释字符间隔
parent
e3cd9c9020
commit
b6fc5e8985
|
@ -1,7 +1,7 @@
|
|||
|
||||
/** lay 基础模块 | MIT Licensed */
|
||||
|
||||
;!function(window){ //gulp build: lay-header
|
||||
;!function(window){ // gulp build: lay-header
|
||||
"use strict";
|
||||
|
||||
var MOD_NAME = 'lay' //模块名
|
||||
|
@ -433,4 +433,4 @@
|
|||
});
|
||||
}
|
||||
|
||||
}(window, window.document); //gulp build: lay-footer
|
||||
}(window, window.document); // gulp build: lay-footer
|
|
@ -1,6 +1,6 @@
|
|||
/** laydate 日期与时间控件 | MIT Licensed */
|
||||
|
||||
;!function(window, document){ //gulp build: laydate-header
|
||||
;!function(window, document){ // gulp build: laydate-header
|
||||
"use strict";
|
||||
|
||||
var isLayui = window.layui && layui.define, ready = {
|
||||
|
|
Loading…
Reference in New Issue