paulrouget / dzslides

DZSlides is a one-file HTML template to build slides in HTML5 and CSS3.
http://paulrouget.com/dzslides
932 stars 255 forks source link

onstage present does not wait for future to be loaded #42

Closed hsablonniere closed 12 years ago

hsablonniere commented 12 years ago

In the onstage shell, once present is loaded, we try to REGISTER it. Once a shell is REGISTERED, it fires a CURSOR message. When the CURSOR message from present is received, we try to post a message to future which isn't always loaded yet.

hsablonniere commented 12 years ago

Fixed!