| Index: src/collection-iterator.js
|
| diff --git a/src/collection-iterator.js b/src/collection-iterator.js
|
| index 464703ca483db3f20add38f3686d27cbf3ccd20c..7aa5208cea5bfc0a9b679cae37d0accdc335bc09 100644
|
| --- a/src/collection-iterator.js
|
| +++ b/src/collection-iterator.js
|
| @@ -7,7 +7,7 @@ var $mapIteratorNext;
|
| var $setIteratorNext;
|
| var $setValues;
|
|
|
| -(function() {
|
| +(function(global, shared, exports) {
|
|
|
| "use strict";
|
|
|
| @@ -188,4 +188,4 @@ $installFunctions(GlobalMap.prototype, DONT_ENUM, [
|
| $mapEntries = MapEntries;
|
| $mapIteratorNext = MapIteratorNextJS;
|
|
|
| -})();
|
| +})
|
|
|