summaryrefslogtreecommitdiff
path: root/js/src/Ice/CompactIdRegistry.js
blob: 269c0cf9c5f6af782328c0a3938eaac5479118cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// **********************************************************************
//
// Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************

const Ice = require("../Ice/ModuleRegistry").Ice;
Ice.CompactIdRegistry = new Map();
module.exports.Ice = Ice;