MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / getPrefixed

Function getPrefixed

libs/leaflet/leaflet-src.js:215–217  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

213 // inspired by https://paulirish.com/2011/requestanimationframe-for-smart-animating/
214
215 function getPrefixed(name) {
216 return window['webkit' + name] || window['moz' + name] || window['ms' + name];
217 }
218
219 var lastTime = 0;
220

Callers 1

leaflet-src.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected