Removed superfluous comma which breaks IE
This commit is contained in:
parent
065afc28c2
commit
596fa79e69
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ var TextHighlightRules = function() {
|
|||
this.$rules = {
|
||||
"start" : [ {
|
||||
token : "empty_line",
|
||||
regex : '^$',
|
||||
regex : '^$'
|
||||
}, {
|
||||
token : "text",
|
||||
regex : ".+"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue