Remove second example for ".tear()" (#627)

This commit is contained in:
Fagner Brack
2017-10-09 22:19:42 +11:00
committed by GitHub
parent a66947e119
commit 8902a0a709

View File

@@ -244,16 +244,6 @@ beyond the intended dynamic changes.)
impress().tear();
```
**Example:**
```JavaScript
var rootElement = document.getElementById( "impress" );
rootElement.addEventListener( "impress:init", function() {
console.log( "Impress init" );
});
impress().init();
```
#### .next()
Navigates to the next step of the presentation using the [`goto()` function](#impressgotostepindexstepelementidstepelement-duration).