add missing comma to normalize function

master
Zaahir Moolla 2016-01-24 23:00:02 -05:00
parent 9bc0e5571a
commit f76ae5f046
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ DDH.<: $ia_id :> = DDH.<: $ia_id :> || {};
// to the properties required for your chosen template
//
// return {
// title: item.myTitle
// title: item.myTitle,
// subtitle: item.foo.subtitle
// };
// },