Guest User

Untitled

a guest
May 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var sizes = {
  2.     legs: {
  3.         cm: {
  4.             from: 1,
  5.             to: 100,
  6.             step: 1
  7.         },
  8.         inch: {
  9.             from: 1,
  10.             to: 25,
  11.             step: 1/4
  12.         }
  13.     },
  14.     penis: {
  15.         cm: {
  16.             from: 1,
  17.             to: 40,
  18.             step: 1
  19.         },
  20.         inch: {
  21.             from: 1,
  22.             to: 17,
  23.             step: 1/4
  24.         }
  25.     }
  26. }
Add Comment
Please, Sign In to add comment