Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 152 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 152 Bytes

collectionjs

Models and collections. Stoled from from backbone.

Usage

let model = new Model();
model.set('name', 'Rasmus');