~pkunal-parmar/ubuntu-calendar-app/Minor-Performance

« back to all changes in this revision

Viewing changes to TimeLineBase.qml

  • Committer: Yohan Boniface
  • Date: 2014-03-29 10:17:49 UTC
  • mfrom: (222 trunk)
  • mto: (197.1.14 DatePicker)
  • mto: This revision was merged to the branch mainline in revision 302.
  • Revision ID: yohanboniface@free.fr-20140329101749-8u68xnez64rri2f9
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    }
39
39
 
40
40
    function createEvents() {
 
41
        if(!bubbleOverLay || bubbleOverLay == undefined) {
 
42
            return;
 
43
        }
 
44
 
41
45
        bubbleOverLay.destroyAllChildren();
42
46
 
43
47
        var startDate = new Date(day).midnight();