diff options
author | Jose <jose@zeroc.com> | 2016-04-01 11:41:45 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-04-01 11:41:45 +0200 |
commit | e2c1561c24875b5b4e3db2701a6f421d54b49b7b (patch) | |
tree | ef8da103e8729405c12c94d73437f7e9592946c1 /js/src/Ice/ObjectAdapterI.js | |
parent | WSTransceiver updates: (diff) | |
download | ice-e2c1561c24875b5b4e3db2701a6f421d54b49b7b.tar.bz2 ice-e2c1561c24875b5b4e3db2701a6f421d54b49b7b.tar.xz ice-e2c1561c24875b5b4e3db2701a6f421d54b49b7b.zip |
JS style fixes
Diffstat (limited to 'js/src/Ice/ObjectAdapterI.js')
-rw-r--r-- | js/src/Ice/ObjectAdapterI.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/Ice/ObjectAdapterI.js b/js/src/Ice/ObjectAdapterI.js index d88de7d32a6..c711441c3d1 100644 --- a/js/src/Ice/ObjectAdapterI.js +++ b/js/src/Ice/ObjectAdapterI.js @@ -23,7 +23,6 @@ Ice.__M.require(module, "../Ice/UUID" ]); - var AsyncResultBase = Ice.AsyncResultBase; var Debug = Ice.Debug; var Identity = Ice.Identity; |