pull/24/head
Wangder03 5 months ago
parent e9bc96e451
commit f5d7e14a7b

@ -8,6 +8,8 @@
(global = global || self, global.BootstrapTable = factory(global.jQuery));
}(this, (function ($) { 'use strict';
// 如果传入的$对象有default属性则取其default属性作为真正的$对象,否则直接使用传入的$对象
$ = $ && $.hasOwnProperty('default')? $['default'] : $;

Loading…
Cancel
Save