moved console polyfills to polyfills.js

This commit is contained in:
Keivan Beigi
2013-09-17 10:34:39 -07:00
parent 2a0090e5ce
commit a715b953cb
4 changed files with 12 additions and 12 deletions
+1 -2
View File
@@ -36,8 +36,7 @@ require.config({
init: function () {
require(
[
'jQuery/ToTheTop',
'Instrumentation/ErrorHandler'
'jQuery/ToTheTop'
]);
}