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
Document the API #542
Document the API #542
Conversation
Documenting the vanilla JS API in the readme is a a nice addition. 👍 |
Mustache.render( | ||
template : String, | ||
view : Object, | ||
partials : Object, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
partials
should be marked as optional.
Thanks! Although I don't know much about rtype, it LGTM other than my inline comment. |
🏁 |
Awesome quickfix! Last nitpick would be if you could please squash these On Monday, 22 February 2016, Tomek Wiszniewski notifications@github.com
|
I couldn’t find the API in the docs. This is what I found out by reading the source. Let’s save others the pain. Mark partials as optional
60fefb0
to
119b504
Compare
There ya go! |
👍 |
I couldn’t find the API in the docs. This is what I found out by reading the source. Let’s save others the pain.