define([ 'underscore', 'backbone' ], function(_, Backbone) { 'use strict'; var Repo = Backbone.Model.extend({}); return Repo; });