Adding warning in about using 'class' as a variable name.

This commit is contained in:
Alex Sexton
2012-04-11 21:46:28 -05:00
parent 98b3327c75
commit c2591f428b
+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
-----------------