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

out parameter not stated in documentation #372

Closed
basickarl opened this issue Oct 3, 2016 · 1 comment
Closed

out parameter not stated in documentation #372

basickarl opened this issue Oct 3, 2016 · 1 comment

Comments

@basickarl
Copy link
Contributor

basickarl commented Oct 3, 2016

http://markojs.com/docs/marko-widgets/get-started/#usage

It doesn't state in the documentation what out is, example:

{
    getInitialProps: function(input, out) {
        return {
            name: input.name.toUpperCase()
        }
    },
    ...
}
@basickarl
Copy link
Contributor Author

Posted in wrong repo, correct issue over at: marko-js-archive/marko-widgets#161

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