Created
November 26, 2009 00:38
-
-
Save marciobarrios/243131 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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