Everyplay / serverbone

Backbone node.js additions to serve backbone collections/models over express
MIT License
5 stars 5 forks source link

Clone passed options where the object is modified #23

Closed mzabaluev closed 9 years ago

mzabaluev commented 9 years ago

Refactor the tests that checked the problematic behavior of modifying the passed option object. Instead, the tests check options as passed down to sync.

Resolves #15.