Skip to content

Instantly share code, notes, and snippets.

@stephencroberts
Last active August 29, 2015 14:21
Show Gist options
  • Save stephencroberts/024051f07bdb663a42a5 to your computer and use it in GitHub Desktop.
Save stephencroberts/024051f07bdb663a42a5 to your computer and use it in GitHub Desktop.
{
file: {
url: "http://someimage.jpg",
title: "Some Image"
}
}
{
file: {
url: "http://someimage.jpg",
title: "Some Image"
}
getImage: function() {
return {
src: this.file.url,
alt: this.title
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment