X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=src%2Faddons%2Fterminado%2Fterminado.js;h=86e6ea2e89c750d5d5d0ad5df2d4a9d7f723a908;hb=1d300911887d3bfa354d42e2cf1cd8a4023d8d4d;hp=e17a188a559dd03384b9331e5ed7df58da169d23;hpb=64f80f8623b3b6620e55eb0d1532f93e15aa8b55;p=mirror_xterm.js.git diff --git a/src/addons/terminado/terminado.js b/src/addons/terminado/terminado.js index e17a188..86e6ea2 100644 --- a/src/addons/terminado/terminado.js +++ b/src/addons/terminado/terminado.js @@ -1,9 +1,8 @@ -/* - * Implements the attach method that - * attaches the terminal to a Terminado WebSocket stream. +/** + * This module provides methods for attaching a terminal to a terminado WebSocket stream. * - * The bidirectional argument indicates, whether the terminal should - * send data to the socket as well and is true, by default. + * @module xterm/addons/terminado/terminado + * @license MIT */ (function (attach) { @@ -26,12 +25,6 @@ })(function (Xterm) { 'use strict'; - /** - * This module provides methods for attaching a terminal to a WebSocket - * stream. - * - * @module xterm/addons/attach/attach - */ var exports = {}; /**