update
This commit is contained in:
parent
41a47c6300
commit
5e25fffe8f
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "layui",
|
||||
"main": "dist/layui.js",
|
||||
"version": "2.6.3",
|
||||
"version": "2.6.4",
|
||||
"homepage": "https://github.com/sentsin/layui",
|
||||
"authors": [
|
||||
"sentsin <xu@sentsin.com>"
|
||||
|
4
dist/layui.js
vendored
4
dist/layui.js
vendored
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "layui-src",
|
||||
"realname": "layui",
|
||||
"version": "2.6.3",
|
||||
"version": "2.6.4",
|
||||
"description": "Classic modular front-end component library",
|
||||
"main": "dist/layui.js",
|
||||
"license": "MIT",
|
||||
@ -18,7 +18,7 @@
|
||||
"author": [
|
||||
"sentsin <xu@sentsin.com>"
|
||||
],
|
||||
"homepage": "/",
|
||||
"homepage": "https://github.com/sentsin/layui/",
|
||||
"devDependencies": {
|
||||
"chai": "^4.3.4",
|
||||
"del": "^2.2.2",
|
||||
|
@ -17,7 +17,7 @@
|
||||
}
|
||||
|
||||
,Layui = function(){
|
||||
this.v = '2.6.3'; //版本号
|
||||
this.v = '2.6.4'; //版本号
|
||||
}
|
||||
|
||||
//获取layui所在目录
|
||||
@ -122,7 +122,6 @@
|
||||
}();
|
||||
|
||||
//如果页面已经存在 jQuery 1.7+ 库且所定义的模块依赖 jQuery,则不加载内部 jquery 模块
|
||||
/*
|
||||
if(window.jQuery && jQuery.fn.on){
|
||||
that.each(apps, function(index, item){
|
||||
if(item === 'jquery'){
|
||||
@ -131,7 +130,6 @@
|
||||
});
|
||||
layui.jquery = layui.$ = jQuery;
|
||||
}
|
||||
*/
|
||||
|
||||
var item = apps[0]
|
||||
,timeout = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user