Skip to content

Instantly share code, notes, and snippets.

@sunvisor
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sunvisor/3778cc57f78b85c15f76 to your computer and use it in GitHub Desktop.
Save sunvisor/3778cc57f78b85c15f76 to your computer and use it in GitHub Desktop.
displayTpl : [
'<tpl for=".">',
'{[typeof values === "string" ? values : values["id"]]}',
" : ",
'{[typeof values === "string" ? values : values["name"]]}',
'<tpl if="xindex < xcount">, </tpl>',
'</tpl>'
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment