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

/www/js/collections/effects.js

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