Add @param to setOption

This commit is contained in:
Daniel Imms
2016-09-16 02:03:31 -07:00
parent ab5cc0ad05
commit 15e56bd809
+2
View File
@@ -359,6 +359,8 @@ Terminal.prototype.focus = function() {
/**
* Sets an option on the terminal.
* @param {string} key The option key.
* @param {string} value The option value.
*/
Terminal.prototype.setOption = function(key, value) {
if (!(key in Terminal.defaults)) {