Index: src/i18n.js |
diff --git a/src/i18n.js b/src/i18n.js |
index 4fcb02b4408dff4282cfcf109760194e47110798..076845bb111b5ee9742f00f7df2909cbcd2a40bc 100644 |
--- a/src/i18n.js |
+++ b/src/i18n.js |
@@ -1,7 +1,8 @@ |
// Copyright 2013 the V8 project authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// limitations under the License. |
+ |
+"use strict"; |
// ECMAScript 402 API implementation. |
@@ -11,8 +12,6 @@ |
*/ |
$Object.defineProperty(global, "Intl", { enumerable: false, value: (function() { |
-'use strict'; |
- |
var Intl = {}; |
var undefined = global.undefined; |