alanjames1987 / marilyn

Marilyn is a client side, Socket.IO driven, Pub/Sub, model layer with a query system similar to Mongoose.
MIT License
114 stars 3 forks source link

Bug: on and emit Don't Get More than 1 Data Parameter #11

Open alanjames1987 opened 9 years ago

alanjames1987 commented 9 years ago

The on and emit methods only work with one data parameter. They should have an unlimited number of data parameters.

alanjames1987 commented 9 years ago

I should be able to use the function apply method to fix this.