Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var produtos = [
  2.     {
  3.         nome : "nome",
  4.         imagem : "caminho",
  5.         descricao : [
  6.             descricao1,
  7.             descricao2,
  8.             descricaon
  9.         ]
  10.     },
  11.     {
  12.         nome: "nome2",
  13.         imagem : "caminho2",
  14.         descricao : [
  15.             descricao21,
  16.             descricao22,
  17.             descricao2n
  18.         ]
  19.     }
  20. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement