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

Event delegation, sharing document bound handlers #356

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 8, 2016

  1. New grunt-mocha & grunt

    Standa Opichal committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    699e511 View commit details
    Browse the repository at this point in the history
  2. Tests for #document event delegation

    Standa Opichal committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    8d3b131 View commit details
    Browse the repository at this point in the history
  3. Tests for #reset() functionality

    Standa Opichal committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    0b35024 View commit details
    Browse the repository at this point in the history
  4. Event delegation, sharing document bound handlers

    Implemented by traversing an targetElement-bound list of mousetrap instances
    (mousetraps) and upwards the document tree (see _handleKeyEvent).
    
    The #_addEvent called from #init
    Standa Opichal committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    d7e1b57 View commit details
    Browse the repository at this point in the history