minor fixes

This commit is contained in:
kay.one 2013-06-24 22:12:42 -07:00
parent 28c93aa947
commit 8745902d3b
6 changed files with 15 additions and 16 deletions

View file

@ -28,12 +28,11 @@ require.config({
shim: {
$: {
exports: '$',
init : function () {
window.Constants = {
ApiRoot: '/api'
};
}
deps :
[
'Instrumentation/ErrorHandler'
],
exports: '$'
},
@ -163,7 +162,6 @@ define(
'marionette',
'shared/modal/region',
'Instrumentation/StringFormat',
'Instrumentation/ErrorHandler'
], function (Marionette, ModalRegion) {
require(