From 8902a0a70924c38f8d2abb35e1ef21e79130fc4c Mon Sep 17 00:00:00 2001 From: Fagner Brack Date: Mon, 9 Oct 2017 22:19:42 +1100 Subject: [PATCH] Remove second example for ".tear()" (#627) --- DOCUMENTATION.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index f2b298e..492b281 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -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).