Add a few comments.
This commit is contained in:
parent
8dec6dff87
commit
508b41b488
3 changed files with 13 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
/* shterm.js: browser-side JavaScript to handle I/O for termemu.js when it
|
||||
* is running a shell via the webtty.js server.
|
||||
*/
|
||||
|
||||
// A state machine that keeps track of polling the server.
|
||||
var ajaxstate = {
|
||||
state: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue