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

« back to all changes in this revision

Viewing changes to EventViewBase.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:
23
23
        termStart: dayStart
24
24
        termLength: Date.msPerDay
25
25
 
26
 
        onReload: {
 
26
        onReloaded: {
27
27
            modelRefreshed();
28
28
        }
29
29
    }