From 7c10c4b238c9762ddfa1c12a9d7450896ad03073 Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 13 Dec 2017 21:09:30 +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 9f630ac3c..2347a114e 100644 --- a/dist/fix/fix.compact.js +++ b/dist/fix/fix.compact.js @@ -101,7 +101,7 @@ this.store && (this.store._parent = null, this.store = null); }; - _.each(["_mount", "populate"], function (name) { + _.each(["_mount"], function (name) { var old = BI.Widget.prototype[name]; old && (BI.Widget.prototype[name] = function () { this.store && pushTarget(this.store);