| Index: src/harmony-array-includes.js
|
| diff --git a/src/harmony-array-includes.js b/src/harmony-array-includes.js
|
| index dc54469b00e33ffae645d137ede861a7319c0ea3..109499ea6b90236b97ef6c8e31306a33ddf80dae 100644
|
| --- a/src/harmony-array-includes.js
|
| +++ b/src/harmony-array-includes.js
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -(function() {
|
| +(function(global, shared, exports) {
|
|
|
| 'use strict';
|
|
|
| @@ -56,4 +56,4 @@ $installFunctions(GlobalArray.prototype, DONT_ENUM, [
|
| "includes", ArrayIncludes
|
| ]);
|
|
|
| -})();
|
| +})
|
|
|