~pkunal-parmar/ubuntu-calendar-app/RecurranceField

« back to all changes in this revision

Viewing changes to TimeLineBase.qml

  • Committer: Kunal Parmar
  • Date: 2013-09-03 23:46:17 UTC
  • mfrom: (106 trunk)
  • mto: This revision was merged to the branch mainline in revision 108.
  • Revision ID: pkunal.parmar@gmail.com-20130903234617-jvsxsf9whrl0m6mx
Trunk code merged

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
        termStart: bubbleOverLay.day.midnight()
15
15
        termLength: Date.msPerDay
16
16
 
17
 
        onReload: {
 
17
        onReloaded: {
18
18
            bubbleOverLay.createEvents();
19
19
        }
20
20
    }