guy 7 years ago
parent
commit
707e921d6c
  1. 2
      dist/fix/fix.compact.js

2
dist/fix/fix.compact.js vendored

@ -87,7 +87,7 @@
needPop && popTarget(); needPop && popTarget();
}; };
var _init = BI.Widget.prototype._render; var _render = BI.Widget.prototype._render;
BI.Widget.prototype._render = function () { BI.Widget.prototype._render = function () {
if (window.Fix && this._store) { if (window.Fix && this._store) {
initWatch(this, this.watch); initWatch(this, this.watch);

Loading…
Cancel
Save