Advertisement
Guest User

Untitled

a guest
Jul 31st, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. abuseTypesArr = [
  2.     {
  3.        textarea: true
  4.         desc: "Copyright"
  5.         val: 1
  6.     }
  7.     {
  8.         textarea: false
  9.         desc: "Other thing"
  10.         val: 2
  11.     }
  12.     {
  13.         textarea: false
  14.         desc: "Yet another"
  15.         val: 3
  16.     }
  17. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement