oortcloud / node-ddp-client

A callback style DDP (Meteor's Distributed Data Protocol) node client.
Other
263 stars 80 forks source link

Add _id to collection elements #46

Closed kubat closed 9 years ago

kubat commented 9 years ago

This simple pull adds the _id field to collection objects. This more closely mimics the behavior of objects in meteor and makes referring to the objects a bit easier.

Tests included

emgee3 commented 9 years ago

Merged and published. Thx