more reformatting

This commit is contained in:
Edin Dazdarevic
2015-01-25 16:42:16 +01:00
parent e3997a1a48
commit 0abbdcec1f
5 changed files with 59 additions and 58 deletions

View File

@@ -4,6 +4,6 @@ var Routes = require('./routes');
Backbone.$ = $;
module.exports = {
ExternalApi: ExternalApi,
Routes : Routes
App: ExternalApi,
Routes: Routes
}