summaryrefslogtreecommitdiff
path: root/js/src/Ice/ModuleRegistry.js
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2015-01-14 09:22:33 +0100
committerJose <jose@zeroc.com>2015-01-14 09:22:33 +0100
commit195454df0895051579cd83d6e64d2308a8f42c16 (patch)
tree6527548e026a929f410aef51ad467b26c4e8bf2c /js/src/Ice/ModuleRegistry.js
parentFix another bug with hello demos. (diff)
downloadice-195454df0895051579cd83d6e64d2308a8f42c16.tar.bz2
ice-195454df0895051579cd83d6e64d2308a8f42c16.tar.xz
ice-195454df0895051579cd83d6e64d2308a8f42c16.zip
JavaScript updates to use gulp and add npm and bower packages
Diffstat (limited to 'js/src/Ice/ModuleRegistry.js')
-rw-r--r--js/src/Ice/ModuleRegistry.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/Ice/ModuleRegistry.js b/js/src/Ice/ModuleRegistry.js
index 373b3240d81..a92683363e4 100644
--- a/js/src/Ice/ModuleRegistry.js
+++ b/js/src/Ice/ModuleRegistry.js
@@ -52,6 +52,6 @@ var __M =
};
var Ice = __M.module("Ice");
-Ice.Slice = {};
+Ice.Slice = Ice.Slice || {};
Ice.__M = __M;
exports.Ice = Ice;