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 esri logo removal check condition #795

Closed
wants to merge 1 commit into from
Closed

Fix esri logo removal check condition #795

wants to merge 1 commit into from

Conversation

sinaru
Copy link

@sinaru sinaru commented Jul 1, 2016

Why !map._hasEsriLogo? It causes to return false when there is esri logo in the map. Proposed changed remove the ! and also return a boolean from the div references. Maybe only map._hasEsriLogo is enough.

Why `!map._hasEsriLogo`? It causes to return false when there is esri logo in the map. Proposed changed remove the `!` and also return a boolean from the div references. Maybe only `map._hasEsriLogo` is enough.
@jgravois
Copy link
Contributor

jgravois commented Jul 2, 2016

good catch! i just pushed up a new v1.0.4 branch because i plan to backport another bug fix soon.

i can make the same change myself, but i'm also happy to review/merge your own commit if you can make the change in the raw src/ instead of the minified build.

@sinaru
Copy link
Author

sinaru commented Jul 2, 2016

Hi mate. You can go ahead and make the change in src/. I just wanted to point out. Encountered this behavior when we used multiple layers and changing the layer. :) However kindly update it asap. Thanks.

@jgravois
Copy link
Contributor

jgravois commented Jul 4, 2016

1.0.4 has been tagged.

@jgravois jgravois closed this Jul 4, 2016
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