Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. class TextMessage extends Message
  2. # Represents an incoming message from the chat.
  3. #
  4. # user - A User instance that sent the message.
  5. # text - A String message.
  6. # id - A String of the message ID.
  7. constructor: (@user, @text, @id) ->
  8. super @user
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement