| Path : /var/www/html/smartcirqls.com/vendors/jqvmap/src/JQVMap/ |
| Current File : /var/www/html/smartcirqls.com/vendors/jqvmap/src/JQVMap/removePin.js |
JQVMap.prototype.removePin = function(cc) {
cc = cc.toLowerCase();
jQuery('#' + this.getPinId(cc)).remove();
};