]> git.proxmox.com Git - mirror_xterm.js.git/commit
Fixed IE issues with classList.add
authorAntonis Kalipetis <akalipetis@gmail.com>
Tue, 25 Aug 2015 11:40:00 +0000 (14:40 +0300)
committerAntonis Kalipetis <akalipetis@gmail.com>
Tue, 25 Aug 2015 11:40:00 +0000 (14:40 +0300)
commita523803d3738d58e3555eab1f30e381de3cd99ef
treee624e3eeae758ef20b26db750effb95d21f26c42
parent2a9de5e5c0a24e90f1b79fdfe23936dd32007ac0
Fixed IE issues with classList.add

`classList.add` in IE does not take more than one parameter and this would not work. Split in 3 statements to fix it.
src/xterm.js