change back state event scope, document level makes more sense as that's where the state class is applied
This commit is contained in:
parent
8dc7ae85a1
commit
0d9a6419bb
2 changed files with 3 additions and 3 deletions
|
@ -255,7 +255,7 @@
|
|||
|
||||
// Example of binding an event to a state. This listener will trigger
|
||||
// when the slide with 'data-state="blurred"' is opened.
|
||||
document.querySelector( '#reveal' ).addEventListener( 'blurred', function() {
|
||||
document.addEventListener( 'blurred', function() {
|
||||
|
||||
}, false );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue