Skip to content

Instantly share code, notes, and snippets.

@dewski
Created April 10, 2009 21:25
Show Gist options
  • Save dewski/93306 to your computer and use it in GitHub Desktop.
Save dewski/93306 to your computer and use it in GitHub Desktop.
var items = {
{
type: "photo",
thumb: "",
full: ""
},
{
type: "video",
thumb: "",
full: "/path.flv"
},
{
type: "photo",
thumb: "",
full: ""
},
{
type: "photo",
thumb: "",
full: ""
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment