Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
JQVMap.prototype.removePin =
function
(cc) {
2
cc = cc.toLowerCase();
3
jQuery(
'#'
+ this.getPinId(cc)).remove();
4
};
Callers
nothing calls this directly
Calls
1
remove
Method · 0.80
Tested by
no test coverage detected