@@ -34,7 +34,7 @@
==================================================================== */
-define([ './ensure-console', './es5-shim-2.0.2/es5-shim.min', './es5-shim-2.0.2/es5-sham.min' ], function () {
+define([ './browser-compatibility' ], function () {
/* Array extensions */
@@ -0,0 +1,5 @@
+define([
+ './ensure-console',
+ './es5-shim-2.0.2/es5-shim.min',
+ './es5-shim-2.0.2/es5-sham.min'
+], {});