syntax error in postmessage example
This commit is contained in:
parent
34b82baa67
commit
1cb52120ff
1 changed files with 1 additions and 1 deletions
|
@ -682,7 +682,7 @@ When reveal.js runs inside of an iframe it can optionally bubble all of its even
|
|||
```javascript
|
||||
window.addEventListener( 'message', function( event ) {
|
||||
var data = JSON.parse( event.data );
|
||||
if( data.namespace === 'reveal' && data.eventName ='slidechanged' ) {
|
||||
if( data.namespace === 'reveal' && data.eventName ==='slidechanged' ) {
|
||||
// Slide changed, see data.state for slide number
|
||||
}
|
||||
} );
|
||||
|
|
Loading…
Reference in a new issue