PageRenderTime 46ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/app/models/collection.js

https://github.com/dhatch/brunch-banana-pancakes
JavaScript | 4 lines | 2 code | 1 blank | 1 comment | 0 complexity | e256e14a0ff2c2411227a54b880a1cad MD5 | raw file
Possible License(s): MIT, BSD-3-Clause, Apache-2.0
  1. // Base class for all collections
  2. module.exports = Backbone.Collection.extend({
  3. })