diff options
Diffstat (limited to 'js/test/Ice/operations/Oneways.js')
-rw-r--r-- | js/test/Ice/operations/Oneways.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/test/Ice/operations/Oneways.js b/js/test/Ice/operations/Oneways.js index c08689e1505..f0dd0830f27 100644 --- a/js/test/Ice/operations/Oneways.js +++ b/js/test/Ice/operations/Oneways.js @@ -108,6 +108,6 @@ exports.Oneways = { run: run }; } (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)); |