MCPcopy
hub / github.com/NeXTs/Clusterize.js / resizeEv

Function resizeEv

clusterize.js:96–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 },
95 resize_debounce = 0,
96 resizeEv = function() {
97 clearTimeout(resize_debounce);
98 resize_debounce = setTimeout(self.refresh, 100);
99 }
100 on('scroll', self.scroll_elem, scrollEv);
101 on('resize', window, resizeEv);
102

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected