1 2 3 4 5 6 7 8 9
define([ 'components/navigator/models/facet' ], function (Facet) { return Backbone.Collection.extend({ model: Facet }); });