Skip to content

Instantly share code, notes, and snippets.

@mokomull
Created January 1, 2013 06:52
Show Gist options
  • Save mokomull/4425648 to your computer and use it in GitHub Desktop.
Save mokomull/4425648 to your computer and use it in GitHub Desktop.
commit 2e6a911eec989562a76a70939499cecae08d1451
Author: Matt Mullins <mmullins@mmlx.us>
Date: Sat Dec 29 21:03:45 2012 -0800
Create a new tab for game-specific chat.
commit fb85d7ed318af04a8aa64e4d2f503e276c0abe40
Author: Matt Mullins <mmullins@mmlx.us>
Date: Sat Dec 29 14:21:37 2012 -0800
Add generalized arguments to chatsubmit_click
These parameters are used as a closure, so that the generated handler knows
which game it is attached to.
commit 83f488c0dd9e171cbdb1d5455e9314f7bea707d4
Author: Matt Mullins <mmullins@mmlx.us>
Date: Sat Dec 29 13:58:19 2012 -0800
Refactor chat button click-handler to be a closure.
This will support having multiple handlers, one per game, in the future.
commit 1b890b975b8f2ef9fc7f21e69bcbafc1c148b369
Author: Matt Mullins <mmullins@mmlx.us>
Date: Thu Dec 27 19:33:27 2012 -0800
Replace id= with class= for the chat panel.
This is in preparation to support multiple tabs, which will provide a
separate chat tab per running game.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment