@override
()
| 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() { |
no test coverage detected