removePin.js 116 Bytes edit raw blame history permalink 1 2 3 4 JQVMap.prototype.removePin = function(cc) { cc = cc.toLowerCase(); jQuery('#' + this.getPinId(cc)).remove(); };