Skip to content

Instantly share code, notes, and snippets.

@oskob
Created December 8, 2011 22:02
Show Gist options
  • Save oskob/1448849 to your computer and use it in GitHub Desktop.
Save oskob/1448849 to your computer and use it in GitHub Desktop.
function MyClass()
{
var self = {
var1: 0,
init: function()
{
// constructor
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment