Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 25th, 2012  |  syntax: None  |  size: 0.40 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. {
  2.     id: object.Id,
  3.     title: object.Title,
  4.     desc: object.Lead,
  5.     lead: (object.Lead != null)?'<p><strong>'+object.Lead+'</strong></p>':"",
  6.     body: '<p>'+((object.Body != undefined) ? object.Body : "")+"</p>",
  7.     imgpath: object.Image,
  8.     subtitle: object.SubTitle,
  9.     bylines: object.Author,
  10.     comments: object.CommentsEnabled,
  11.     teamId: object.TeamId,
  12.     link: object.ShareLink
  13. }