IE 7 hates trailing commas
This commit is contained in:
@@ -16,7 +16,7 @@ Handlebars.SafeString.prototype.toString = function() {
|
||||
(function() {
|
||||
var escape = {
|
||||
"<": "<",
|
||||
">": ">",
|
||||
">": ">"
|
||||
};
|
||||
|
||||
var badChars = /&(?!\w+;)|[<>]/g;
|
||||
|
||||
Reference in New Issue
Block a user