Remove trailing comma's, which break scripts in IE7

This commit is contained in:
Derk-Jan Hartman 2013-12-31 10:12:34 +01:00
commit 1240a04fff
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ var themeData = [
["Tomorrow Night Bright","tomorrow_night_bright" , "dark"],
["Tomorrow Night 80s" ,"tomorrow_night_eighties" , "dark"],
["Twilight" ,"twilight" , "dark"],
["Vibrant Ink" ,"vibrant_ink" , "dark"],
["Vibrant Ink" ,"vibrant_ink" , "dark"]
]

View file

@ -194,7 +194,7 @@ var SJSHighlightRules = function() {
token: "paren.lparen",
regex: '{',
next: "string_interp"
}),
})
].concat(embeddableRules);
// backtick strings can have single interpolation, which accept