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

Multiple scopes #57

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

Multiple scopes #57

wants to merge 3 commits into from

Conversation

fizker
Copy link

@fizker fizker commented Sep 26, 2012

I made a small implementation of getting key('a', 'scope1, scope2', callback)
to work.

Basically, that will be a convenience method for doing the following:

key('a', 'scope1', callback)
key('a', 'scope2', callback)

I also added a test for it.

I am well aware of issue #24, but it seems to implement the opposite, so I
decided that a fresh pull request would be better.

Benjamin Horsleben and others added 3 commits September 26, 2012 13:18
- No tests yet.
- Scopes are trimmed and split around `,`. This might give compatibility issues.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant