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

Check highlight option in mouseover() instead of highlight(). #191

Closed
wants to merge 2 commits into from

Commits on Mar 2, 2014

  1. Check highlight option in mouseover() instead of highlight().

    This allow external methods to control the highlight status, just as it is possible to set isSelectable to false, and control the selection status from external methods.
    Effectively, mouseover() and mouseout() no long call the highlight() and clearEffects() methods if the highlight option is false. Also, the highlight() method now highlights the area, regardless of the highlight option.
    See jamietre#190.
    macfreek committed Mar 2, 2014
    Configuration menu
    Copy the full SHA
    eb777c4 View commit details
    Browse the repository at this point in the history
  2. Update dist files.

    Enforcing MS-DOS line-breaks.
    macfreek committed Mar 2, 2014
    Configuration menu
    Copy the full SHA
    454053c View commit details
    Browse the repository at this point in the history