Code review comment for lp://qastaging/~paolorotolo/ubuntu-clock-app/fix-for-1291502

Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

I noticed this line code below,
      if (laps.count !== 0, analogStopwatch.timerStatus == true ) {

I am pretty sure you cannot use a comma (,) like shown above :P. Can you fix this as well.

review: Needs Fixing

« Back to merge proposal