// js/modules/controls.js // Module reference argument, assigned at the bottom (function (Option) { Option.Model = Backbone.Model.extend({ }); Option.List = Backbone.Collection.extend({ model: Option.Model }); })(app.module("option"));