Skip to content

Fix to properly add the tracked elements #62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 15, 2015
Merged

Conversation

rhuynh
Copy link
Contributor

@rhuynh rhuynh commented Aug 20, 2015

This is a fix to properly add the tracked elements to the elements array. Previously, this.withTracking would end up referencing window instead of the ElementQueries instance. The elements.indexOf(element) is to prevent adding duplicate elements.

Fixes #61

This is a fix to properly add the tracked elements to the elements array.  Previously, this.withTracking would end up referencing window instead of the ElementQueries instance.  The elements.indexOf(element) is to prevent adding duplicate elements.

Fixes marcj#61
marcj added a commit that referenced this pull request Sep 15, 2015
Fix to properly add the tracked elements
@marcj marcj merged commit ea503aa into marcj:master Sep 15, 2015
@marcj
Copy link
Owner

marcj commented Sep 15, 2015

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WithTracking feature does not appear to work
2 participants