From 15e56bd809a50d23c6b3ae0459513f878d634d99 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Fri, 16 Sep 2016 02:03:31 -0700 Subject: [PATCH] Add @param to setOption --- src/xterm.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xterm.js b/src/xterm.js index b161553b..f4b8d453 100644 --- a/src/xterm.js +++ b/src/xterm.js @@ -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)) {