Merge pull request #1742 from hartman/commas

Remove trailing comma's, which break scripts in IE7
This commit is contained in:
Harutyun Amirjanyan 2013-12-31 04:16:32 -08:00
commit a9d194894e
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