mirror of https://github.com/layui/layer
3.0
parent
dfeded7f0d
commit
5cc5bb40fc
File diff suppressed because one or more lines are too long
|
@ -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标签加载
|
||||
|
|
Loading…
Reference in New Issue