Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 534 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 534 Bytes

backbone-composite-keys Build Status

Composite key support for Backbone. Just set your idAttribute to an array of attributes and you're all set.

Install

npm install backbone-composite-keys

Use

Include the file in your browser or for Node:

require 'backbone-composite-keys'

Check out the tests for examples.

Test

npm test