IE 7 hates trailing commas

This commit is contained in:
David Stone
2011-01-25 10:24:53 -08:00
parent 65b421ee4d
commit ea553b511b
+1 -1
View File
@@ -16,7 +16,7 @@ Handlebars.SafeString.prototype.toString = function() {
(function() {
var escape = {
"<": "&lt;",
">": "&gt;",
">": "&gt;"
};
var badChars = /&(?!\w+;)|[<>]/g;