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

remove the debounce on MapGL._resizeMap #33

Merged
merged 2 commits into from Dec 13, 2015
Merged

remove the debounce on MapGL._resizeMap #33

merged 2 commits into from Dec 13, 2015

Conversation

wwwtyro
Copy link
Contributor

@wwwtyro wwwtyro commented Dec 13, 2015

No description provided.

@@ -282,10 +282,10 @@ var MapGL = React.createClass({
}
},

_resizeMap: debounce(function _resizeMap() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sweet! If this is the only use of debounce, can we remove it as a dep?

@wwwtyro
Copy link
Contributor Author

wwwtyro commented Dec 13, 2015

@vicapow It was, thanks! 👍

@vicapow
Copy link
Contributor

vicapow commented Dec 13, 2015

awesome! lgtm

vicapow added a commit that referenced this pull request Dec 13, 2015
@vicapow vicapow merged commit 5bfedd9 into visgl:master Dec 13, 2015
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.

None yet

2 participants