Browse Source

update

master
guy 7 years ago
parent
commit
8e6e9fbb98
  1. 4
      bi/core.js
  2. 4
      dist/bundle.js
  3. 26
      dist/bundle.min.js
  4. 4
      dist/core.js
  5. 4
      src/config.js

4
bi/core.js

@ -28898,7 +28898,7 @@ Data.Constant = BI.Constant = BICst = {};
Data.Source = BISource = {
};//工程配置
$(function () {
(function () {
//注册布局
var isSupportFlex = BI.isSupportCss3("flex");
BI.Plugin.registerWidget("bi.horizontal", function (ob) {
@ -28990,4 +28990,4 @@ $(function () {
if (BI.isIE9Below()) {
BI.GridTableScrollbar.SIZE = 18;
}
});
}());

4
dist/bundle.js vendored

@ -28949,7 +28949,7 @@ Data.Constant = BI.Constant = BICst = {};
Data.Source = BISource = {
};//工程配置
$(function () {
(function () {
//注册布局
var isSupportFlex = BI.isSupportCss3("flex");
BI.Plugin.registerWidget("bi.horizontal", function (ob) {
@ -29041,7 +29041,7 @@ $(function () {
if (BI.isIE9Below()) {
BI.GridTableScrollbar.SIZE = 18;
}
});/*!
}());/*!
* jQuery Mousewheel 3.1.13
*
* Copyright jQuery Foundation and other contributors

26
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

4
dist/core.js vendored

@ -28898,7 +28898,7 @@ Data.Constant = BI.Constant = BICst = {};
Data.Source = BISource = {
};//工程配置
$(function () {
(function () {
//注册布局
var isSupportFlex = BI.isSupportCss3("flex");
BI.Plugin.registerWidget("bi.horizontal", function (ob) {
@ -28990,4 +28990,4 @@ $(function () {
if (BI.isIE9Below()) {
BI.GridTableScrollbar.SIZE = 18;
}
});
}());

4
src/config.js

@ -1,5 +1,5 @@
//工程配置
$(function () {
(function () {
//注册布局
var isSupportFlex = BI.isSupportCss3("flex");
BI.Plugin.registerWidget("bi.horizontal", function (ob) {
@ -91,4 +91,4 @@ $(function () {
if (BI.isIE9Below()) {
BI.GridTableScrollbar.SIZE = 18;
}
});
}());
Loading…
Cancel
Save