@ -1,4 +1,3 @@
BI.prepares.push(function () {
BI.Resizers = new BI.ResizeController();
BI.Layers = new BI.LayerController();
BI.Maskers = new BI.MaskersController();
@ -8,4 +7,3 @@ BI.prepares.push(function () {
BI.Drawers = new BI.DrawerController();
BI.Broadcasts = new BI.BroadcastController();
BI.StyleLoaders = new BI.StyleLoaderManager();
});
@ -1,5 +1,5 @@
// 工程配置
!(function () {
// 注册布局
// adapt类布局优先级规则
// 1、支持flex的浏览器下使用flex布局
@ -276,4 +276,4 @@ BI.prepares.push(function () {
}
return BI.extend({}, ob, { type: "bi.half_button" });
}());