diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-12-14 14:02:37 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-12-14 14:02:37 -0500 |
commit | 006bdff840ed5c834a6640c1690844d38cdafff4 (patch) | |
tree | 8116d1c1bb38b4fc8dc6c6178b0353f1029c0e07 /js/src/Ice/ObjectAdapterFactory.js | |
parent | Fixes to JS test scripts and more work on iOS C++ controller (diff) | |
download | ice-006bdff840ed5c834a6640c1690844d38cdafff4.tar.bz2 ice-006bdff840ed5c834a6640c1690844d38cdafff4.tar.xz ice-006bdff840ed5c834a6640c1690844d38cdafff4.zip |
Removed or replaced double underscores in Ice for JavaScript
Diffstat (limited to 'js/src/Ice/ObjectAdapterFactory.js')
-rw-r--r-- | js/src/Ice/ObjectAdapterFactory.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/Ice/ObjectAdapterFactory.js b/js/src/Ice/ObjectAdapterFactory.js index 619396bf716..0b008838fc4 100644 --- a/js/src/Ice/ObjectAdapterFactory.js +++ b/js/src/Ice/ObjectAdapterFactory.js @@ -8,7 +8,7 @@ // ********************************************************************** const Ice = require("../Ice/ModuleRegistry").Ice; -Ice.__M.require(module, +Ice._ModuleRegistry.require(module, [ "../Ice/AsyncResultBase", "../Ice/LocalException", |