Browse Source

Merge pull request #583 in VISUAL/fineui from ~GUY/fineui:master to master

* commit '171825121c6adda63ab21fd4a8cffe64d47d66b6':
  整理
es6
guy 6 years ago
parent
commit
f435df9fbd
  1. 6
      dist/base.js
  2. 6
      dist/bundle.js
  3. 6
      dist/bundle.min.js
  4. 6
      dist/fineui.js
  5. 6
      dist/fineui.min.js
  6. 2
      dist/utils.min.js
  7. 6
      src/base/foundation/message.js

6
dist/base.js vendored

@ -5062,8 +5062,7 @@ BI.shortcut("bi.el", BI.EL);/**
* 弹出提示消息框用于模拟阻塞操作通过回调函数实现 * 弹出提示消息框用于模拟阻塞操作通过回调函数实现
* @class BI.Msg * @class BI.Msg
*/ */
$.extend(BI, { BI.Msg = function () {
Msg: function () {
var messageShow, $mask, $pop; var messageShow, $mask, $pop;
@ -5234,8 +5233,7 @@ $.extend(BI, {
messageShow = BI.createWidget(conf); messageShow = BI.createWidget(conf);
} }
}; };
}() }();/**
});/**
* GridView * GridView
* *
* Created by GUY on 2016/1/11. * Created by GUY on 2016/1/11.

6
dist/bundle.js vendored

@ -40332,8 +40332,7 @@ BI.shortcut("bi.el", BI.EL);/**
* 弹出提示消息框用于模拟阻塞操作通过回调函数实现 * 弹出提示消息框用于模拟阻塞操作通过回调函数实现
* @class BI.Msg * @class BI.Msg
*/ */
$.extend(BI, { BI.Msg = function () {
Msg: function () {
var messageShow, $mask, $pop; var messageShow, $mask, $pop;
@ -40504,8 +40503,7 @@ $.extend(BI, {
messageShow = BI.createWidget(conf); messageShow = BI.createWidget(conf);
} }
}; };
}() }();/**
});/**
* GridView * GridView
* *
* Created by GUY on 2016/1/11. * Created by GUY on 2016/1/11.

6
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/fineui.js vendored

@ -40553,8 +40553,7 @@ BI.shortcut("bi.el", BI.EL);/**
* 弹出提示消息框用于模拟阻塞操作通过回调函数实现 * 弹出提示消息框用于模拟阻塞操作通过回调函数实现
* @class BI.Msg * @class BI.Msg
*/ */
$.extend(BI, { BI.Msg = function () {
Msg: function () {
var messageShow, $mask, $pop; var messageShow, $mask, $pop;
@ -40725,8 +40724,7 @@ $.extend(BI, {
messageShow = BI.createWidget(conf); messageShow = BI.createWidget(conf);
} }
}; };
}() }();/**
});/**
* GridView * GridView
* *
* Created by GUY on 2016/1/11. * Created by GUY on 2016/1/11.

6
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

6
src/base/foundation/message.js

@ -3,8 +3,7 @@
* 弹出提示消息框用于模拟阻塞操作通过回调函数实现 * 弹出提示消息框用于模拟阻塞操作通过回调函数实现
* @class BI.Msg * @class BI.Msg
*/ */
$.extend(BI, { BI.Msg = function () {
Msg: function () {
var messageShow, $mask, $pop; var messageShow, $mask, $pop;
@ -175,5 +174,4 @@ $.extend(BI, {
messageShow = BI.createWidget(conf); messageShow = BI.createWidget(conf);
} }
}; };
}() }();
});
Loading…
Cancel
Save