Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
391
function
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
constructor
Method · 0.90
_loadStyles
Method · 0.90
Calls
1
css
Method · 0.80
Tested by
no test coverage detected