Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ attach
Method
attach
third_party/subscriptions-project/swg.js:10412–10414 ·
view source on GitHub ↗
* Attaches the graypane to the document.
()
Source
from the content-addressed store, hash-verified
10410
* Attaches the graypane to the document.
10411
*/
10412
attach() {
10413
this.doc_.getBody().appendChild(this.fadeBackground_);
10414
}
10415
10416
/**
10417
* Detaches the graypane to the document.
Callers
nothing calls this directly
Calls
1
getBody
Method · 0.45
Tested by
no test coverage detected