mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
- Delete dead EJSON._each2. - Make OrderedDict.remove throw if the key isn't in it. - Make changed callbacks in two places throw if the document isn't in the dictionary. (Other callbacks implicitly throw via OrderedDict.) - Remove OrderedDict.pop (which didn't return the key) and push.