Code review comment for lp:~zsombi/ubuntu-ui-toolkit/76-refactoring

Revision history for this message
Tim Peeters (tpeeters) wrote :

94 + left: (leading ? undefined : ListItem.item.contentItem.right)
95 + right: (leading ? ListItem.item.contentItem.left : undefined)

remove the '(' and ')' here.

« Back to merge proposal