PageRenderTime 51ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/Resources/files/js/templates/collection.js

https://github.com/daFish/DevtimeBackboneBundle
JavaScript | 5 lines | 3 code | 2 blank | 0 comment | 0 complexity | 3ce660d4198af97fb4b8bf0ef717e17b MD5 | raw file
Possible License(s): MIT
  1. %s = Backbone.Collection.extend({
  2. model: %s
  3. });