An open API service indexing awesome lists of open source software.

https://github.com/caseywebdev/backbone-composite-keys

Composite key support for Backbone. Just set your `idAttribute` to an array of attributes and you're all set.
https://github.com/caseywebdev/backbone-composite-keys

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

backbone-composite-keys [![Build Status](https://secure.travis-ci.org/caseywebdev/backbone-composite-keys.png)](http://travis-ci.org/caseywebdev/backbone-composite-keys)
=============

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

Install
-------

```bash
npm install backbone-composite-keys
```

Use
---

Include the file in your browser or for Node:

```coffee
require 'backbone-composite-keys'
```

Check out the tests for examples.

Test
----

```bash
npm test
```