| Index: src/extensions/i18n/header.js
|
| diff --git a/src/extensions/i18n/header.js b/src/extensions/i18n/header.js
|
| index b854ce5eadac06e5ee69f278b1ebbd40e4cff52b..1c0a2d8874b5aa982ca2be2fb39f2ead1c4a9622 100644
|
| --- a/src/extensions/i18n/header.js
|
| +++ b/src/extensions/i18n/header.js
|
| @@ -34,7 +34,7 @@
|
| * Intl object is a single object that has some named properties,
|
| * all of which are constructors.
|
| */
|
| -Object.defineProperty(this, "Intl", { enumerable: false, value: (function() {
|
| +var Intl = (function() {
|
|
|
| 'use strict';
|
|
|
|
|