MCPcopy
hub / github.com/hakimel/reveal.js / constructor

Method constructor

js/controllers/overview.js:10–18  ·  view source on GitHub ↗
( Reveal )

Source from the content-addressed store, hash-verified

8export default class Overview {
9
10 constructor( Reveal ) {
11
12 this.Reveal = Reveal;
13
14 this.active = false;
15
16 this.onSlideClicked = this.onSlideClicked.bind( this );
17
18 }
19
20 /**
21 * Displays the overview of slides (quick nav) by scaling

Callers

nothing calls this directly

Calls 1

bindMethod · 0.45

Tested by

no test coverage detected