Add docstring for the open event

This commit is contained in:
YuviPanda
2016-11-11 16:27:10 -08:00
parent 1fc5a9aada
commit 5712365cac
+5
View File
@@ -630,6 +630,11 @@ Terminal.prototype.open = function(parent) {
Terminal.brokenBold = isBoldBroken(this.document);
}
/**
* This event is emitted when terminal has completed opening.
*
* @event open
*/
this.emit('open');
};