File "getCountryId.js"
Full Path: /home/cananyalcin/public_html/vendors/jqvmap/src/JQVMap/getCountryId.js
File size: 94 bytes
MIME-type: text/plain
Charset: utf-8
JQVMap.prototype.getCountryId = function (cc) {
return 'jqvmap' + this.index + '_' + cc;
};