guy 7 years ago
parent
commit
fed2c4c485
  1. 4
      dist/fix/fix.compact.js

4
dist/fix/fix.compact.js vendored

@ -41,9 +41,9 @@
cb = model[cb];
}
return oldWatch.call(this, model, expOrFn, function () {
pushTarget(options.store);
options && options.store && pushTarget(options.store);
var res = cb.apply(this, arguments);
popTarget();
options && options.store && popTarget();
return res;
}, options);
};

Loading…
Cancel
Save