From 55070fe4121494b3a9a1c40b33fb697524a2e5b0 Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 7 Dec 2017 14:36:46 +0800 Subject: [PATCH] update --- dist/fix/fix.compact.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/fix/fix.compact.js b/dist/fix/fix.compact.js index 1bf4adb72..85435580e 100644 --- a/dist/fix/fix.compact.js +++ b/dist/fix/fix.compact.js @@ -93,7 +93,7 @@ this.store && (this.store._parent = null, this.store = null); } - _.each(["mounted", "populate"], function (name) { + _.each(["_mount", "populate"], function (name) { var old = BI.Widget.prototype[name]; old && (BI.Widget.prototype[name] = function () { this.store && pushTarget(this.store);