MCPcopy
hub / github.com/NUKnightLab/TimelineJS3 / loadCSS

Function loadCSS

src/js/core/Load.js:391–393  ·  view source on GitHub ↗
(urls, callback, obj, context)

Source from the content-addressed store, hash-verified

389}
390
391function loadCSS(urls, callback, obj, context) {
392 loader.css(urls, callback, obj, context)
393}
394
395
396// this seems fragile but not sure how else to inject the document

Callers 2

constructorMethod · 0.90
_loadStylesMethod · 0.90

Calls 1

cssMethod · 0.80

Tested by

no test coverage detected