File "removePin.js"

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

JQVMap.prototype.removePin = function(cc) {
  cc = cc.toLowerCase();
  jQuery('#' + this.getPinId(cc)).remove();
};