mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
on the client, minimongo defines (and relies on) Collection.random() and Collection.uuid() to generate _id values. on the server, livedata defines (and relies on) Sky.random() and Sky.uuid() for the same. random/uuid code is duplicated, as it was before.