Composite key support for Backbone. Just set your idAttribute
to an array of attributes and you're all set.
npm install backbone-composite-keys
Include the file in your browser or for Node:
require 'backbone-composite-keys'
Check out the tests for examples.
npm test