Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mofux committed Jul 12, 2017
1 parent 8043c11 commit 2db0ac8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xterm.js
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ Terminal.prototype.setOption = function(key, value) {
switch (key) {
case 'cursorBlink': this.setCursorBlinking(value); break;
case 'cursorStyle':
// Style 'block' applies with no class
this.element.classList.toggle(`xterm-cursor-style-block`, value === 'block');
this.element.classList.toggle(`xterm-cursor-style-underline`, value === 'underline');
this.element.classList.toggle(`xterm-cursor-style-bar`, value === 'bar');
Expand Down

0 comments on commit 2db0ac8

Please sign in to comment.