MCPcopy
hub / github.com/10bestdesign/jqvmap / removePin.js

File removePin.js

src/JQVMap/removePin.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected