Skip to content

Commit

Permalink
Fix configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mbogoevici committed Aug 13, 2012
1 parent 8e1caa5 commit 64ea5e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions demo/src/main/webapp/resources/js/configurations/desktop.js
Expand Up @@ -24,6 +24,9 @@ define("initializer", ["jquery"],
$('head').append('<link href="http://fonts.googleapis.com/css?family=Rokkitt" rel="stylesheet" type="text/css">');
});

define("configuration", {
baseUrl : ""
});

// Backbone is not AMD-ready, so a individual module is declared
define("backbone", [
Expand All @@ -40,6 +43,7 @@ require([
'order!underscore',
'order!backbone',
'order!bootstrap',
'order!configuration',
'order!router'
], function(){
console.log('all loaded');
Expand Down

0 comments on commit 64ea5e6

Please sign in to comment.