Closed wizonesolutions closed 11 years ago
Minor tweaks + test and merged: 3b1bcf4277eb8033264f256cd522de61c911891a
Thanks wizonesolutions, good catch!
No problem. Nice tweaks! Is the new version published? I'm still using my modified copy.
Yep, should be on atmosphere unless I did something wrong :)
This only affects the overridden
Meteor.Collection.update
; no fixes are needed for insert or remove. This is becauseinsert
andremove
only take 1 or 2 arguments, and passing acallback
to them without aselector
wouldn't make any sense anyway. However, not passingoptions
toupdate
(and terminating the invocation with a callback) is rather common.