Fix'd warnings.

This commit is contained in:
Nate Lillich 2011-06-18 11:54:51 -07:00
commit ce1e49aa91

View file

@ -48,7 +48,7 @@ var DocCommentHighlightRules = function() {
regex : "@[\\w\\d_]+" // TODO: fix email addresses
}, {
token : "comment.doc",
regex : "\s+"
regex : "\\s+"
}, {
token : "comment.doc",
regex : "TODO"
@ -80,7 +80,7 @@ oop.inherits(DocCommentHighlightRules, TextHighlightRules);
regex : "\\*\\/",
next : start
};
}
};
}).call(DocCommentHighlightRules.prototype);