Merge pull request #218 from SlexAxton/master

Adding using a 'class' variable name as a 'known issue'
This commit is contained in:
Yehuda Katz
2012-05-06 20:53:52 -07:00
+1
View File
@@ -283,6 +283,7 @@ template(context, {helpers: helpers, partials: partials, data: data})
Known Issues
------------
* Handlebars.js can be cryptic when there's an error while rendering.
* Using a variable, helper, or partial named `class` causes errors in IE browsers. (Instead, use `className`)
Handlebars in the Wild
-----------------