summaryrefslogtreecommitdiff
path: root/js/test/Ice/exceptionsBidir/ThrowerI.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/test/Ice/exceptionsBidir/ThrowerI.js')
-rw-r--r--js/test/Ice/exceptionsBidir/ThrowerI.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/test/Ice/exceptionsBidir/ThrowerI.js b/js/test/Ice/exceptionsBidir/ThrowerI.js
index e193d24580b..6dada1df355 100644
--- a/js/test/Ice/exceptionsBidir/ThrowerI.js
+++ b/js/test/Ice/exceptionsBidir/ThrowerI.js
@@ -162,5 +162,5 @@
exports.ThrowerI = ThrowerI;
}
(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));