Skip to content

Commit 3357f71

Browse files
committed
Updated example
1 parent 7688b03 commit 3357f71

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,13 @@ var calendarView = square.createView({
101101
},
102102
max:{
103103
month:10,day:15,year:2013
104-
}
104+
},
105+
selectedDates: [
106+
{month:2,day:17,year:2014},
107+
{month:4,day:21,year:2014},
108+
{month:4,day:26,year:2014},
109+
{month:6,day:1,year:2014}
110+
]
105111
});
106112

107113

0 commit comments

Comments
 (0)