Changeset 308 for branches/0.5/daemon/orbited/static/demos/chat/index.html

Show
Ignore:
Timestamp:
06/24/08 03:05:50 (7 months ago)
Author:
heyadayo
Message:

Moved *TCPConnection -> *TCPSocket

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.5/daemon/orbited/static/demos/chat/index.html

    r282 r308  
    55  <title>Orbited In-browser IRC</title> 
    66  <link rel="stylesheet" href="chat.css"> 
    7   <script src="/static/TCPConnection.js"></script> 
     7  <script src="/static/TCPSocket.js"></script> 
    88  <script src="/static/protocols/irc/irc.js"></script> 
    99  <script src="simplechat.js"></script>