getCountryId.js 94 Bytes edit raw blame history 1 2 3 JQVMap.prototype.getCountryId = function (cc) { return 'jqvmap' + this.index + '_' + cc; };