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

« back to all changes in this revision

Viewing changes to Defines.js

  • Committer: Akiva Avraham
  • Date: 2014-09-02 00:02:38 UTC
  • mto: This revision was merged to the branch mainline in revision 437.
  • Revision ID: akiva@linux.com-20140902000238-0bgjc8m7j3o6ryvm
Upgraded component library imports

ubuntu.components > 1.1
ubuntu.components.xxxx > 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
function getWeekLabels(){
69
69
    var object = Qt.createQmlObject('\
70
70
        import QtQuick 2.0;\
71
 
        import Ubuntu.Components 0.1;\
 
71
        import Ubuntu.Components 1.1;\
72
72
        QtObject {\
73
73
            property var weekLabel:[Qt.locale().dayName(7,Locale.NarrowFormat),\
74
74
                                    Qt.locale().dayName(1,Locale.NarrowFormat),\