File "removePin.js"
Full Path: /home/cananyalcin/public_html/webpanel/js/jqvmap/jqvmap-master/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();
};