paulrouget / dzslides

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

Fix binding error on init in Safari #54

Closed codeincontext closed 12 years ago

codeincontext commented 12 years ago

As suggested by revolunet here: https://github.com/paulrouget/dzslides/issues/53

hsablonniere commented 12 years ago

Sorry for the delay.

Since our helper was not loaded yet, bind couldn't be used. Nice work. Thanks.

The same problem goes for the two shells.

Can you also fix this 2 files and put all the changes into one commit please? I'll be cleaner in the history.

I'll merge the PR just after that.

paulrouget commented 12 years ago

(to merge the commits, use git rebase and squash: http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html)

codeincontext commented 12 years ago

Squashed commits and updated the two shells also. Force pushed into this pull request. Hope that's ok.

hsablonniere commented 12 years ago

Excellent !

Thanks again.