Browse Source

update

master
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]; cb = model[cb];
} }
return oldWatch.call(this, model, expOrFn, function () { return oldWatch.call(this, model, expOrFn, function () {
pushTarget(options.store); options && options.store && pushTarget(options.store);
var res = cb.apply(this, arguments); var res = cb.apply(this, arguments);
popTarget(); options && options.store && popTarget();
return res; return res;
}, options); }, options);
}; };

Loading…
Cancel
Save