We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While adding Markdown as an @example, I get extra tab indent like so:
var Something = function(iBase) { return { do : function() { alert("i do this") } }; } var More = function(iBase) { return { doMore : function() { alert("i do more") } }; } More.TooMuch = function(iBase) { return { doOverload : function() { alert("i do tooMuch") } }; } iBase.installComponent("Something", Something); iBase.installComponent("Something.More", More); var foo = iBase.Something.More.TooMuch(); foo.do(); foo.doMore(); foo.doOverload();
in the source code, i have just a single tab indent.
see http://infinitycbs.com:5858/documentation/classes/InfinityFramework.html#method_installComponent
for example
The text was updated successfully, but these errors were encountered:
Thanks for your report! It seems to be a bug. I'll try to take a look.
Sorry, something went wrong.
Unindent method Handlebars Helpers
ff835ba
This resolves yui#300, this issue arises from the same causes as yui#288.
#302 is ready for review.
#302 has been merged. It'll be available in the next release.
okuryu
Successfully merging a pull request may close this issue.
While adding Markdown as an @example, I get extra tab indent like so:
in the source code, i have just a single tab indent.
see http://infinitycbs.com:5858/documentation/classes/InfinityFramework.html#method_installComponent
for example
The text was updated successfully, but these errors were encountered: