moved console polyfills to polyfills.js

This commit is contained in:
Keivan Beigi 2013-09-17 10:34:39 -07:00
parent bb72308afa
commit eba9fab518
4 changed files with 12 additions and 12 deletions

View file

@ -36,8 +36,7 @@ require.config({
init: function () {
require(
[
'jQuery/ToTheTop',
'Instrumentation/ErrorHandler'
'jQuery/ToTheTop'
]);
}