|
|
@@ -8,10 +8,10 @@
|
|
|
</style>
|
|
|
|
|
|
/**
|
|
|
- * Create a new shell with the class name the terminal-ui tag was given.
|
|
|
- * The terminal-ui tag itself is passed to this shell class.
|
|
|
- * Being an Observable object, the terminal-ui tag transfers events between
|
|
|
- * the shell and the other tags.
|
|
|
+ * Create a new shell object using the class name given to terminal-ui.
|
|
|
+ * The terminal-ui object is itself passed to this shell class.
|
|
|
+ * The terminal-ui object, being an Observable, allows the shell object and
|
|
|
+ * other tags to fire events to each other.
|
|
|
*/
|
|
|
var shell = window[opts.shell] ? new window[opts.shell](this) : {}
|
|
|
this.welcome = shell.welcome || opts.welcome
|