fixed Ajax errors not being displayed in the UI.

This commit is contained in:
Keivan Beigi 2013-07-05 16:53:05 -07:00
parent b79f695564
commit 32d6909045
11 changed files with 134 additions and 52 deletions

View file

@ -30,16 +30,13 @@ require.config({
shim: {
$: {
deps :
[
'Instrumentation/ErrorHandler'
],
exports: '$',
init: function () {
require(
[
'jQuery/ToTheTop'
'jQuery/ToTheTop',
'Instrumentation/ErrorHandler'
]);
}