File "getCountryId.js"

Full Path: /home/cananyalcin/public_html/webpanel/js/jqvmap/jqvmap-master/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;
};