Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2012
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. "var namespace = function() { return { function Dog() { this.occupation = 'Ninja', this.street_address = 'Test', this.greet = function() { return 'Hello world'; } this.dontgreet = function() { return 'hello world'; } } } };"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement