mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Specifically, in all Underscore "collection" functions which treat their arguments polymorphically as either "object-like" or "array-like", don't treat arguments with `x.constructor === Object` as arrays (except for the 'arguments' object). Fixes #594. Fixes #1737.