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 "Marker#togglePopup", refactor "Marker" #3104

Merged
merged 7 commits into from
Sep 1, 2016
Merged

Fix "Marker#togglePopup", refactor "Marker" #3104

merged 7 commits into from
Sep 1, 2016

Commits on Aug 31, 2016

  1. Fix exceptions thrown when opening marker-bound popup by click

    Lucas Wojciechowski committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    f31175c View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary guard clause

    Lucas Wojciechowski committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    c0bb426 View commit details
    Browse the repository at this point in the history
  3. Remove private popup property access

    Lucas Wojciechowski committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    334a469 View commit details
    Browse the repository at this point in the history
  4. Refactor marker popup binding

    Lucas Wojciechowski committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    496a125 View commit details
    Browse the repository at this point in the history
  5. Put markers in the "control container"

    Lucas Wojciechowski committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    aa1a1bb View commit details
    Browse the repository at this point in the history
  6. Ensure "click" event is fired on "map" from a marker

    Lucas Wojciechowski committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    3d51e06 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2016

  1. Attach marker click listener to map to avoid setTimeout

    Lucas Wojciechowski committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    c8d07f9 View commit details
    Browse the repository at this point in the history