Browse Source

context重构

es6
guy 4 years ago
parent
commit
c8d15f0cc4
  1. 2
      dist/fix/fix.compact.ie.js
  2. 2
      dist/fix/fix.compact.js

2
dist/fix/fix.compact.ie.js vendored

@ -57,7 +57,7 @@
if (target != null) {
return target;
}
widget = widget || context;
widget = widget || BI.Widget.context;
var p = widget;
while (p) {
if (p instanceof Fix.Model || p.store || p.__cacheStore) {

2
dist/fix/fix.compact.js vendored

@ -61,7 +61,7 @@
if (target != null) {
return target;
}
widget = widget || context;
widget = widget || BI.Widget.context;
var p = widget;
while (p) {
if (p instanceof Fix.Model || p.store || p.__cacheStore) {

Loading…
Cancel
Save