Advertisement
Guest User

object structure

a guest
Mar 5th, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var prevRight = [
  2.   { seatNum: 1,
  3.     name: 'Daine Sanchez',
  4.     vote: '1',
  5.     time: '',
  6.     panel: 'Christian' },
  7.   { seatNum: 7,
  8.     name: 'Jovan Mires',
  9.     vote: '1',
  10.     time: '.03',
  11.     panel: '' },
  12.   { seatNum: 6,
  13.     name: 'Diedra Rix',
  14.     vote: '1',
  15.     time: '.02',
  16.     panel: '' },
  17.   { seatNum: 3,
  18.     name: 'Miranda Schupp',
  19.     vote: '1',
  20.     time: '1.3',
  21.     panel: 'Sherrod' },
  22.   { seatNum: 2,
  23.     name: 'Lelah Gunnell',
  24.     vote: '1',
  25.     time: '33',
  26.     panel: 'Michelle' },
  27.       { seatNum: 2,
  28.     name: 'Woon',
  29.     vote: '1',
  30.     time: '33',
  31.     panel: 'Michelle' } ,
  32.       { seatNum: 2,
  33.     name: 'DOO',
  34.     vote: '1',
  35.     time: '33',
  36.     panel: 'Michelle' } ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement