PageRenderTime 48ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/www/js/collections/skills.js

https://github.com/flaxeater/dresden_sheet
JavaScript | 7 lines | 3 code | 1 blank | 3 comment | 0 complexity | 63a94d6269bd5334f49ef5c89e5f131e MD5 | raw file
  1. /*
  2. Collection of Skills
  3. */
  4. var Skills = Backbone.Collection.extend({
  5. model: Skill
  6. });