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

WidgetC 这个例子里有关于return new Handlebars.SafeString(out) #9

Open
BO-HAI opened this issue Jul 10, 2014 · 1 comment
Open

Comments

@BO-HAI
Copy link

BO-HAI commented Jul 10, 2014

例子里是这样写的

return new Handlebars.SafeString(out);

可是我使用时不存在SafeString这个函数,而是这样的

return new Handlebars.default.SafeString(out);

请问是例子写错了,还是我引用Handlebars有问题?

@popomore
Copy link
Member

使用新版的 Handlebars 确实有这个问题

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

2 participants