Index: src/string-iterator.js |
diff --git a/src/string-iterator.js b/src/string-iterator.js |
index d6cf95e7d9f2dcc058f808298f7cbf6bee9e837b..82493562558a191e0d1ad2cf5df2277f6ac67b10 100644 |
--- a/src/string-iterator.js |
+++ b/src/string-iterator.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(global, utils) { |
+(function(global, shared, exports) { |
"use strict"; |