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

Add key.deleteScope(scope) to remove all handlers #31

Merged
merged 2 commits into from Mar 21, 2012

Commits on Nov 3, 2011

  1. Add test for scoping

    agnoster committed Nov 3, 2011
    Copy the full SHA
    78c62a3 View commit details
    Browse the repository at this point in the history
  2. Add key.deleteScope(scope) to remove all handlers

    Removes all handlers associated with a given scope, allowing throw-away and re-usable scopes. Includes test. Adds 1 function, 8 lines of functional code, and 117 bytes to the minified version.
    agnoster committed Nov 3, 2011
    Copy the full SHA
    9c60b2c View commit details
    Browse the repository at this point in the history