MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / batchRemove

Function batchRemove

libs/leaflet/leaflet-src.js:2778–2785  ·  view source on GitHub ↗
(obj, filterFn)

Source from the content-addressed store, hash-verified

2776 }
2777
2778 function batchRemove(obj, filterFn) {
2779 for (var id in obj[eventsKey]) {
2780 var type = id.split(/\d/)[0];
2781 if (!filterFn || filterFn(type)) {
2782 removeOne(obj, type, null, null, id);
2783 }
2784 }
2785 }
2786
2787 var mouseSubst = {
2788 mouseenter: 'mouseover',

Callers 1

offFunction · 0.85

Calls 1

removeOneFunction · 0.85

Tested by

no test coverage detected