LibJs = {
    STATIC_ID: 0,

    getUniqueId: function() {
        LibJs.STATIC_ID++;
        return 'com-' + LibJs.STATIC_ID;
    }
}
