PageRenderTime 43ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/config/plugins/visualizations/charts/static/models/groups.js

https://bitbucket.org/kellrott/galaxy-central
JavaScript | 9 lines | 5 code | 2 blank | 2 comment | 0 complexity | 76e3ee770edf07e9cf357b2013c4626e MD5 | raw file
Possible License(s): CC-BY-3.0
  1. // dependencies
  2. define(['plugin/models/group'], function(Group) {
  3. // collection
  4. return Backbone.Collection.extend({
  5. model: Group
  6. });
  7. });