removePins.js 92 Bytes
JQVMap.prototype.removePins = function(){
  this.container.find('.jqvmap-pin').remove();
};