Daniel@0: "use strict"; Daniel@0: Daniel@0: App.module("DataModule", function(DataModule, App, Backbone, Marionette, $, _, Logger) { Daniel@0: // Prevent auto start Daniel@0: DataModule.startWithParent = false; Daniel@0: }, Logger);