| Index: src/arraybuffer.js
|
| diff --git a/src/arraybuffer.js b/src/arraybuffer.js
|
| index a426b8220f3004d88edfb1bd0d2e52b579e39375..3e6e084a7bee0559c5080ca7a5239af49bd8fb17 100644
|
| --- a/src/arraybuffer.js
|
| +++ b/src/arraybuffer.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";
|
|
|
| @@ -93,4 +93,4 @@ $installFunctions(GlobalArrayBuffer.prototype, DONT_ENUM, [
|
| "slice", ArrayBufferSlice
|
| ]);
|
|
|
| -})();
|
| +})
|
|
|