File "getPinId.js"

Full Path: /home/cananyalcin/public_html/vendors/jqvmap/src/JQVMap/getPinId.js
File size: 88 bytes
MIME-type: text/plain
Charset: utf-8

JQVMap.prototype.getPinId = function (cc) {
  return this.getCountryId(cc) + '_pin';
};