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

Function isArray

clusterize.js:327–329  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

325 return element.removeEventListener ? element.removeEventListener(evt, fnc, false) : element.detachEvent("on" + evt, fnc);
326 }
327 function isArray(arr) {
328 return Object.prototype.toString.call(arr) === '[object Array]';
329 }
330 function getStyle(prop, elem) {
331 return window.getComputedStyle ? window.getComputedStyle(elem)[prop] : elem.currentStyle[prop];
332 }

Callers 2

ClusterizeFunction · 0.85
addFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected