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

bail if no document so you can require on server #91

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

Commits on Dec 28, 2013

  1. bail if no document so you can require on server

    useful for shared server / client code like backbone views
    blented committed Dec 28, 2013
    Configuration menu
    Copy the full SHA
    df15835 View commit details
    Browse the repository at this point in the history
  2. unbindKey fix multiple keys

    - if key doesn't have mod, key isn't set
    - should continue, not return as there are more keys to check
    blented committed Dec 28, 2013
    Configuration menu
    Copy the full SHA
    63c2a1f View commit details
    Browse the repository at this point in the history
  3. export global.key instead of key

    - I get a "key is not defined" error when requiring, exporting
    global.key fixes it
    blented committed Dec 28, 2013
    Configuration menu
    Copy the full SHA
    4d8dc22 View commit details
    Browse the repository at this point in the history