MCPcopy
hub / github.com/ampproject/amphtml / buildCallback

Method buildCallback

test/integration/test-video-manager.js:487–491  ·  view source on GitHub ↗

@override

()

Source from the content-addressed store, hash-verified

485
486 /** @override */
487 buildCallback() {
488 const ampdoc = Services.ampdocServiceFor(this.win).getSingleDoc();
489 installVideoManagerForDoc(ampdoc);
490 Services.videoManagerForDoc(this.win.document).register(this);
491 }
492
493 /** @override */
494 layoutCallback() {

Callers 1

test-amp-pixel.jsFile · 0.45

Calls 3

getSingleDocMethod · 0.80
registerMethod · 0.45

Tested by

no test coverage detected