annotate src/DML/MainVisBundle/Resources/assets/marionette/modules/DataModule/DataModule.00.js @ 1:f38015048f48 tip

Added GPL
author Daniel Wolff
date Sat, 13 Feb 2016 20:43:38 +0100
parents 493bcb69166c
children
rev   line source
Daniel@0 1 "use strict";
Daniel@0 2
Daniel@0 3 App.module("DataModule", function(DataModule, App, Backbone, Marionette, $, _, Logger) {
Daniel@0 4 // Prevent auto start
Daniel@0 5 DataModule.startWithParent = false;
Daniel@0 6 }, Logger);