diff shterm.js @ 1:9bef0941c6dd

Add a few comments.
author John "Elwin" Edwards <elwin@sdf.org>
date Sun, 06 May 2012 09:04:14 -0700
parents bd412f63ce0d
children ee22eb9ab009
line wrap: on
line diff
--- a/shterm.js	Sun May 06 08:45:40 2012 -0700
+++ b/shterm.js	Sun May 06 09:04:14 2012 -0700
@@ -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,