Removed superfluous comma which breaks IE

This commit is contained in:
Resolver Developers 2011-02-10 12:38:09 +00:00 committed by root
commit 596fa79e69

View file

@ -45,7 +45,7 @@ var TextHighlightRules = function() {
this.$rules = {
"start" : [ {
token : "empty_line",
regex : '^$',
regex : '^$'
}, {
token : "text",
regex : ".+"