i4way-dash/.svn/pristine/53/5301a678cc235b933a2c380433c...

5 lines
116 B
Plaintext

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