Browse Source

Merging in latest from upstream (FUI/fineui:refs/heads/master)

* commit 'eab98caf7badd46b5512c62fabbec9f0b433e389':
  update
es6
guy 7 years ago
parent
commit
8a0da8b804
  1. 4
      dist/fix/fix.compact.js

4
dist/fix/fix.compact.js vendored

@ -116,10 +116,14 @@
var _render = BI.Widget.prototype._render;
BI.Widget.prototype._render = function () {
var needPop = false;
if (window.Fix && this._store) {
needPop = true;
pushTarget(this.store);
initWatch(this, this.watch);
}
_render.apply(this, arguments);
needPop && popTarget();
};
var unMount = BI.Widget.prototype.__d;

Loading…
Cancel
Save