summaryrefslogtreecommitdiff
path: root/js/test/Ice/enums/Client.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/test/Ice/enums/Client.js')
-rw-r--r--js/test/Ice/enums/Client.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/test/Ice/enums/Client.js b/js/test/Ice/enums/Client.js
index 7c20393af18..28f1d5fd45d 100644
--- a/js/test/Ice/enums/Client.js
+++ b/js/test/Ice/enums/Client.js
@@ -233,5 +233,5 @@
exports.__runServer__ = true;
}
(typeof(global) !== "undefined" && typeof(global.process) !== "undefined" ? module : undefined,
- typeof(global) !== "undefined" && typeof(global.process) !== "undefined" ? require : window.Ice.__require,
- typeof(global) !== "undefined" && typeof(global.process) !== "undefined" ? exports : window));
+ typeof(global) !== "undefined" && typeof(global.process) !== "undefined" ? require : this.Ice.__require,
+ typeof(global) !== "undefined" && typeof(global.process) !== "undefined" ? exports : this));