Skip to content

Instantly share code, notes, and snippets.

@marciobarrios
Created November 26, 2009 00:38
Show Gist options
  • Save marciobarrios/243131 to your computer and use it in GitHub Desktop.
Save marciobarrios/243131 to your computer and use it in GitHub Desktop.
var myapp = {};
myapp.FirstClass = function() { ... };
myapp.FirstClass.prototype.method = function() { ... };
myapp.SecondClass = function() { ... };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment