PageRenderTime 49ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/example/app/collections/currencies.js

http://github.com/gobhi/gbone.js
JavaScript | 4 lines | 4 code | 0 blank | 0 comment | 0 complexity | e0ac312b19129e962f8cc2f3e1984728 MD5 | raw file
  1. App.Collections.Currencies = Backbone.Collection.extend({
  2. model: App.Models.Currency,
  3. url: 'currencies.json'
  4. });