pull/54/head
sentsin 2016-11-07 16:11:06 +08:00
parent dfeded7f0d
commit 5cc5bb40fc
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1209,7 +1209,7 @@ window.layui && layui.define ? (
exports('layer', layer);
})
) : (
typeof define === 'function' ? define('jquery', function(){ //requirejs加载
typeof define === 'function' ? define(['jquery'], function(){ //requirejs加载
ready.run(window.jQuery);
return layer;
}) : function(){ //普通script标签加载