Browse Source

无JIRA任务 添加BI.DOM.ready方法

es6
dailer 5 years ago
parent
commit
9aa9f80415
  1. 7
      src/core/platform/web/dom.js

7
src/core/platform/web/dom.js

@ -4,6 +4,13 @@
*/
!(function () {
BI.DOM = {};
BI.extend(BI.DOM, {
ready: function (fn) {
$(fn);
}
});
BI.extend(BI.DOM, {
patchProps: function (fromElement, toElement) {

Loading…
Cancel
Save