Advertisement
Guest User

Untitled

a guest
Sep 15th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var copy = {
  2.  
  3.     default: {
  4.         foo: 'bar',
  5.         baz: 'lol'
  6.     },
  7.  
  8.     other: {
  9.         foo: 'eep',
  10.         baz: 'wtf'
  11.     }
  12.  
  13. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement