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

allow to provide "fns" property as second argument #3

Closed
tunnckoCore opened this issue Apr 29, 2016 · 1 comment
Closed

allow to provide "fns" property as second argument #3

tunnckoCore opened this issue Apr 29, 2016 · 1 comment

Comments

@tunnckoCore
Copy link
Contributor

for example

var use = require('use')
var app = {}
use(app, '__plugins')
console.log(app.__plugins) // => []
console.log(app.fns) // => undefined
@tunnckoCore
Copy link
Contributor Author

I'll close this and I'll open new to wrap up the few things that I added to use-ware

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

No branches or pull requests

1 participant