Remove trailing comma's, which break scripts in IE7
This commit is contained in:
parent
6e46195102
commit
1240a04fff
2 changed files with 2 additions and 2 deletions
|
|
@ -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"]
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -194,7 +194,7 @@ var SJSHighlightRules = function() {
|
|||
token: "paren.lparen",
|
||||
regex: '{',
|
||||
next: "string_interp"
|
||||
}),
|
||||
})
|
||||
].concat(embeddableRules);
|
||||
|
||||
// backtick strings can have single interpolation, which accept
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue