chjj / term.js

A terminal written in javascript.
MIT License
1.55k stars 337 forks source link

Remove identical if statement branches in keyDown handler #124

Open stefwalter opened 7 years ago

stefwalter commented 7 years ago

This is a minor tweak. These two code paths are identical, there's no need for the if statement here.

stefwalter commented 7 years ago

CC @dperpeet