Skip to content

Commit

Permalink
Fix lineNumbers param in Asterisk demo
Browse files Browse the repository at this point in the history
  • Loading branch information
zorfling authored and marijnh committed Nov 14, 2018
1 parent 737b088 commit afa8025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mode/asterisk/index.html
Expand Up @@ -146,7 +146,7 @@ <h2>Asterisk dialplan mode</h2>
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
mode: "text/x-asterisk",
matchBrackets: true,
lineNumber: true
lineNumbers: true
});
</script>

Expand Down

0 comments on commit afa8025

Please sign in to comment.