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

Only draw if read #18

Open
wants to merge 3 commits into
base: gh-pages
Choose a base branch
from

Conversation

jonl-percsolutions-com
Copy link

Check height and width to make sure map is ready to draw.

Check height and width to make sure map is ready to draw.
@mourner
Copy link
Owner

mourner commented Jun 7, 2016

Can you use the early return pattern instead of wrapping everything with if?

@jonl-percsolutions-com
Copy link
Author

converted to early return

//return if not ready
if (!this._isReady()) {
return this;
}
Copy link
Owner

Choose a reason for hiding this comment

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

I think we can also inline _isReady here since it's small and not used anywhere else. And remove the curly braces, making it a one-line if/return.

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.

2 participants