Browse Source

update

master
guy 7 years ago
parent
commit
b08db57563
  1. 2
      dist/fix/fix.compact.js

2
dist/fix/fix.compact.js vendored

@ -66,7 +66,7 @@
if (p.store || p.__cacheStore) {
break;
}
p = p._parent || (p.options && p.options.element) || context;
p = p._parent || (p.options && p.options.element);
}
if (p) {
widget.__cacheStore = p.store;

Loading…
Cancel
Save