Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/webodf/ViewerJS
/ blankOut
Function
blankOut
viewer.js:518–522 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
516
}
517
518
function
blankOut(value) {
519
blanked.style.display =
'block'
;
520
blanked.style.backgroundColor = value;
521
hideToolbars();
522
}
523
524
function
leaveBlankOut() {
525
blanked.style.display =
'none'
;
Callers
1
init
Function · 0.85
Calls
1
hideToolbars
Function · 0.85
Tested by
no test coverage detected