Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Fix pushSelector option #108

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix pushSelector option #108

wants to merge 2 commits into from

Conversation

ygnessin
Copy link

The pushSelector option does not work, because this.pushSelector does not exist - it should be referenced with this.options.pushSelector. Additionally, the $('html') references in the transition callbacks should in fact be using the pushSelector option.

Also the option was missing from the README so I added it, with one tiny change to the doc.

@jdalton jdalton added the bug label Jan 8, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants