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