diff options
Diffstat (limited to 'js/src/Ice/WSEndpoint.js')
-rw-r--r-- | js/src/Ice/WSEndpoint.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/src/Ice/WSEndpoint.js b/js/src/Ice/WSEndpoint.js index 25c17ff2237..6ccc3dcaf40 100644 --- a/js/src/Ice/WSEndpoint.js +++ b/js/src/Ice/WSEndpoint.js @@ -16,6 +16,7 @@ Ice.__M.require(module, "../Ice/StringUtil", "../Ice/EndpointI", "../Ice/LocalException", + "../Ice/WSTransceiver" ]); var HashUtil = Ice.HashUtil; @@ -208,3 +209,4 @@ else } Ice.WSEndpoint = WSEndpoint; +exports.Ice = Ice; |