Skip to content

Instantly share code, notes, and snippets.

@bittersweetryan
Last active December 17, 2015 17:29
Show Gist options
  • Save bittersweetryan/5646085 to your computer and use it in GitHub Desktop.
Save bittersweetryan/5646085 to your computer and use it in GitHub Desktop.
var SubWidget = function( name ){
this.name = name;
this.messages = [];
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment