File "getPin.js"

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

JQVMap.prototype.getPin = function(cc){
  var pinObj = jQuery('#' + this.getPinId(cc));
  return pinObj.html();
};