Skip to content

Commit

Permalink
[javascript mode] Remove duplicated extends keyword
Browse files Browse the repository at this point in the history
Closes #3667
  • Loading branch information
marijnh committed Nov 24, 2015
1 parent 0df380b commit 710f43a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mode/javascript/javascript.js
Expand Up @@ -46,7 +46,6 @@ CodeMirror.defineMode("javascript", function(config, parserConfig) {
var tsKeywords = {
// object-like things
"interface": kw("interface"),
"extends": kw("extends"),
"constructor": kw("constructor"),

// scope modifiers
Expand Down

0 comments on commit 710f43a

Please sign in to comment.