Skip to content

Instantly share code, notes, and snippets.

@demosifter
Created October 12, 2016 13:17
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 demosifter/3220237623fadb430d6babe1da5b623b to your computer and use it in GitHub Desktop.
Save demosifter/3220237623fadb430d6babe1da5b623b to your computer and use it in GitHub Desktop.
loadThreadListView (listInfo) {
console.log('counter: loadThreadListView: ', listInfo);
if (listInfo) {
return {
template: '001_list_common_txt',
value: {
color: '#ffffff',
backgroundColor: '#e11010',
subtitle: listInfo + ' words'
}
};
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment