// Generated by CoffeeScript 1.10.0 (function() { window.Item = Backbone.Model.extend({ defaults: { string: null, color: null } }); window.Items = Backbone.Collection.extend({ model: Item, localStorage: new Backbone.LocalStorage("itemexample-backbone") }); }).call(this);