Skip to content
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

Fix debounce usage in FirebaseObject #481

Merged
merged 1 commit into from
Nov 23, 2014

Conversation

jamestalmage
Copy link
Contributor

A new debounced function was being created on every call to scopeUpdated().
That's probably not what we want. Instead create it once and call the same
instance on every update.

A new debounced function was being created on every call to `scopeUpdated()`.
That's probably not what we want. Instead create it once and call the same
instance on every update.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.3%) when pulling 446b449 on jamestalmage:debounce-fix into 3544c81 on firebase:master.

@jwngr
Copy link

jwngr commented Nov 23, 2014

Awesome, thanks @jamestalmage!

jwngr pushed a commit that referenced this pull request Nov 23, 2014
Fix debounce usage in FirebaseObject
@jwngr jwngr merged commit 15e76f3 into FirebaseExtended:master Nov 23, 2014
@jamestalmage jamestalmage deleted the debounce-fix branch November 23, 2014 20:34
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.

3 participants