Skip to content

Commit

Permalink
Small fix in the test data.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsidler committed Jan 30, 2015
1 parent 09ebc9f commit 68b3b23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/calendar/data/Events.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Ext.define('Extensible.example.calendar.data.Events', {
s = (s || 0);
return Ext.Date.add(today, Ext.Date.SECOND, d + h + m + s);
};

return {
"evts" : [{
"id" : 1001,
Expand All @@ -24,7 +24,7 @@ Ext.define('Extensible.example.calendar.data.Events', {
"start" : makeDate(0, 11, 30),
"end" : makeDate(0, 13),
"loc" : "Chuy's!",
"url" : "http : //chuys.com",
"url" : "http://chuys.com",
"notes" : "Order the queso",
"rem" : "15"
},{
Expand Down

0 comments on commit 68b3b23

Please sign in to comment.