Code review comment for lp:~pkunal-parmar/ubuntu-calendar-app/TimeLineView

Revision history for this message
Olivier Tilloy (osomon) wrote :

322 + function createSeperator(hour) {
323 + var sepatator = separatorComponent.createObject(bubbleOverLay);

There’s still a typo there. Actually there’s two of them now :)

  s/createSeperator/createSeparator/g
  s/sepatator/separator/g

Not that it breaks the functionality, but fixing them would make the code easier to read (and ultimately, to maintain).

review: Needs Fixing

« Back to merge proposal