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

Function getStyle

clusterize.js:330–332  ·  view source on GitHub ↗
(prop, elem)

Source from the content-addressed store, hash-verified

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 }
333
334 return Clusterize;
335}));

Callers 1

clusterize.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected