zurb / joyride

jQuery feature tour plugin.
http://www.zurb.com/playground/jquery-joyride-feature-tour-plugin
1.42k stars 238 forks source link

Cannot call 'end' method without having a tip present #128

Closed duereg closed 11 years ago

duereg commented 11 years ago

There might be times where you call 'end' without knowing whether or not a tip is present on the screen.

This was not possible as the end method was relying on a tip being present on the screen.

This fixes that issue.