Mercurial > hg > dml-open-vis
annotate src/DML/MainVisBundle/Resources/assets/marionette/App.15-methods-1.js @ 0:493bcb69166c
added public content
author | Daniel Wolff |
---|---|
date | Tue, 09 Feb 2016 20:54:02 +0100 |
parents | |
children |
rev | line source |
---|---|
Daniel@0 | 1 "use strict"; |
Daniel@0 | 2 |
Daniel@0 | 3 /* ========================================================================= |
Daniel@0 | 4 * Methods that should be initialized before modules |
Daniel@0 | 5 */ |
Daniel@0 | 6 App.addInitializer(function(options){ |
Daniel@0 | 7 |
Daniel@0 | 8 // assets |
Daniel@0 | 9 App.generateAssetURL = function(relativeAssetURL) { |
Daniel@0 | 10 return _.str.sprintf("$/%s", relativeAssetURL); |
Daniel@0 | 11 }; |
Daniel@0 | 12 |
Daniel@0 | 13 }); |