diff options
Diffstat (limited to 'js/test/Ice/inheritance/Server.js')
-rw-r--r-- | js/test/Ice/inheritance/Server.js | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/js/test/Ice/inheritance/Server.js b/js/test/Ice/inheritance/Server.js index a413678b510..746b3723c27 100644 --- a/js/test/Ice/inheritance/Server.js +++ b/js/test/Ice/inheritance/Server.js @@ -52,7 +52,6 @@ } } exports._server = run; -} -(typeof(global) !== "undefined" && typeof(global.process) !== "undefined" ? module : undefined, - typeof(global) !== "undefined" && typeof(global.process) !== "undefined" ? require : this.Ice._require, - typeof(global) !== "undefined" && typeof(global.process) !== "undefined" ? exports : this)); +}(typeof global !== "undefined" && typeof global.process !== "undefined" ? module : undefined, + typeof global !== "undefined" && typeof global.process !== "undefined" ? require : this.Ice._require, + typeof global !== "undefined" && typeof global.process !== "undefined" ? exports : this)); |