Skip to content

Instantly share code, notes, and snippets.

@oskarkrawczyk
Created March 1, 2011 21:28
Show Gist options
  • Save oskarkrawczyk/849936 to your computer and use it in GitHub Desktop.
Save oskarkrawczyk/849936 to your computer and use it in GitHub Desktop.
(function(){
var Animal = this.Animal = new Class({
initialize: function(){
console.log('Animal');
}
});
}).call(this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment