guy 6 years ago
parent
commit
b433ded93a
  1. 34
      dist/_fineui.min.js
  2. 34
      dist/fineui.min.js
  3. 3
      dist/fix/fix.compact.js

34
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

34
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

3
dist/fix/fix.compact.js vendored

@ -69,7 +69,7 @@
p = p._parent || (p.options && p.options.element);
}
if (p) {
widget.__cacheStore = p.store;
widget.__cacheStore = p.store || p.__cacheStore;
return p.__cacheStore || p.store;
}
}
@ -141,6 +141,7 @@
this.store._parent && (this.store._parent = null);
this.store = null;
}
delete this.__cacheStore;
};
_.each(["_mount"], function (name) {

Loading…
Cancel
Save