|
|
@ -13046,9 +13046,6 @@ if (!window.BI) { |
|
|
|
} |
|
|
|
} |
|
|
|
; |
|
|
|
; |
|
|
|
!(function ($, undefined) { |
|
|
|
!(function ($, undefined) { |
|
|
|
_.extend(BI, { |
|
|
|
|
|
|
|
version: "2.0" |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
var traverse = function (func, context) { |
|
|
|
var traverse = function (func, context) { |
|
|
|
return function (value, key, obj) { |
|
|
|
return function (value, key, obj) { |
|
|
|
return func.call(context, key, value, obj); |
|
|
|
return func.call(context, key, value, obj); |
|
|
@ -25033,7 +25030,7 @@ _.extend(BI, { |
|
|
|
Top: "top", |
|
|
|
Top: "top", |
|
|
|
Bottom: "bottom" |
|
|
|
Bottom: "bottom" |
|
|
|
} |
|
|
|
} |
|
|
|
});/** |
|
|
|
});BI.version = "2.0";/** |
|
|
|
* absolute实现的居中布局 |
|
|
|
* absolute实现的居中布局 |
|
|
|
* @class BI.AbsoluteCenterLayout |
|
|
|
* @class BI.AbsoluteCenterLayout |
|
|
|
* @extends BI.Layout |
|
|
|
* @extends BI.Layout |
|
|
|