From 28d1e3b9ab773750cd4e4e9c4121049dca2d8e96 Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 18 Apr 2018 13:57:50 +0800 Subject: [PATCH] update --- dist/bundle.js | 2 +- dist/fix/fix.compact.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/bundle.js b/dist/bundle.js index c638d80b5..3821aa32f 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -111363,7 +111363,7 @@ BI.shortcut("bi.value_chooser_pane", BI.ValueChooserPane);;(function () { needPop = true; } this.store = this._store(); - this.store && this.store._widget = this; + this.store && (this.store._widget = this); needPop && popTarget(); needPop = false; pushTarget(this.store); diff --git a/dist/fix/fix.compact.js b/dist/fix/fix.compact.js index d528b1039..1cb789816 100644 --- a/dist/fix/fix.compact.js +++ b/dist/fix/fix.compact.js @@ -115,7 +115,7 @@ needPop = true; } this.store = this._store(); - this.store && this.store._widget = this; + this.store && (this.store._widget = this); needPop && popTarget(); needPop = false; pushTarget(this.store);