Browse Source

context重构

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

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

@ -35,7 +35,7 @@
function popTarget () {
Fix.Model.target = target = targetStack.pop();
if (targetStack.length <= 0) {
BI.Widget.target = target = null;
Fix.Model.target = target = null;
}
}

2
dist/fix/fix.compact.js vendored

@ -35,7 +35,7 @@
function popTarget () {
Fix.Model.target = target = targetStack.pop();
if (targetStack.length <= 0) {
BI.Widget.target = target = null;
Fix.Model.target = target = null;
}
}

Loading…
Cancel
Save