Index: src/i18n.js |
diff --git a/src/i18n.js b/src/i18n.js |
index d0c890b97105c7a173fae9c2abc0e3baeb1f6d63..59e95afd85b08bf645b90478f5dbf2169d6e66ad 100644 |
--- a/src/i18n.js |
+++ b/src/i18n.js |
@@ -8,7 +8,7 @@ |
* Intl object is a single object that has some named properties, |
* all of which are constructors. |
*/ |
-(function() { |
+(function(global, shared, exports) { |
"use strict"; |
@@ -2058,4 +2058,4 @@ $overrideFunction(GlobalDate.prototype, 'toLocaleTimeString', function() { |
} |
); |
-})(); |
+}) |