| Index: src/typedarray.js
|
| diff --git a/src/typedarray.js b/src/typedarray.js
|
| index 926920427275132efa4ead35d2a634b1d1dd656c..baf8edb99128af2a1b7a26f07107d91fd8f59daf 100644
|
| --- a/src/typedarray.js
|
| +++ b/src/typedarray.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";
|
|
|
| @@ -457,4 +457,4 @@ $installFunctions(GlobalDataView.prototype, DONT_ENUM, [
|
| "setFloat64", DataViewSetFloat64JS
|
| ]);
|
|
|
| -})();
|
| +})
|
|
|