Skip to content

Instantly share code, notes, and snippets.

@clintecker
Created November 20, 2008 22:58
Show Gist options
  • Save clintecker/27259 to your computer and use it in GitHub Desktop.
Save clintecker/27259 to your computer and use it in GitHub Desktop.
var D = Class.create(true);
D.namespace({
meta: {
page: {
number: 0,
type: "other"
},
user: {
loggedIn: false
},
iHopeYouLikeText: function() {
document.location = "http://www.penny-arcade.com/comic/2006/04/10/"
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment