Skip to content

Instantly share code, notes, and snippets.

@rightjs
Created May 26, 2010 12:41
Show Gist options
  • Save rightjs/414421 to your computer and use it in GitHub Desktop.
Save rightjs/414421 to your computer and use it in GitHub Desktop.
var Klass = new Class({
extend: {
classMethod: function() {},
CLASS_CONSTANT: 'boo'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment