-
Notifications
You must be signed in to change notification settings - Fork 205
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
__get__
not supported in block helper functions
#18
Comments
Is there more information for this or a stacktrace? |
Yes, issue #14 |
Also, stackoverflow discussion here: http://stackoverflow.com/questions/9551614/what-happened-to-the-get-function-in-handlebars-js/10421938 This problem is in handlebars - I don't think that function exists anymore. I don't use hbs (yet :) ), just using handlebars clientside and get same error, so I think this function was removed at some point from handlebars. Not sure why as I would like to use it. |
I have opened a new issue there handlebars-lang/handlebars.js#234 We will see what they say. I have a feeling that |
Time heals all wounds...and bugs. :-) |
Closing since I don't think the issue is valid anymore given the different ways to do things now. |
agreed. |
this.__get__
function is supposed to be there but is not.It's not clear if this is a Handlebars bug or not.
The text was updated successfully, but these errors were encountered: