diff options
author | Jose <jose@zeroc.com> | 2015-09-21 17:40:50 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-09-21 17:40:50 +0200 |
commit | aab3ae3aaef1ca00f8e347d97230c6a54b3bf1d7 (patch) | |
tree | a7ee147f593f05cc1845c9639c19e60f09c7fb22 /js/test/Ice/inheritance/Client.js | |
parent | Travis CI Updates (diff) | |
download | ice-aab3ae3aaef1ca00f8e347d97230c6a54b3bf1d7.tar.bz2 ice-aab3ae3aaef1ca00f8e347d97230c6a54b3bf1d7.tar.xz ice-aab3ae3aaef1ca00f8e347d97230c6a54b3bf1d7.zip |
ICE-6634 - Using Ice in background worker.
Diffstat (limited to 'js/test/Ice/inheritance/Client.js')
-rw-r--r-- | js/test/Ice/inheritance/Client.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/test/Ice/inheritance/Client.js b/js/test/Ice/inheritance/Client.js index bec3a503df4..457ceff0707 100644 --- a/js/test/Ice/inheritance/Client.js +++ b/js/test/Ice/inheritance/Client.js @@ -297,5 +297,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)); |