Skip to content

Commit

Permalink
update demo to include latest features
Browse files Browse the repository at this point in the history
  • Loading branch information
HaithemMosbahi committed Aug 26, 2017
1 parent e454b69 commit 87b7c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h3>Basic scheduler-component demo</h3>
});

scheduler.addEventListener("select", function (e) {
console.log("select period is selected", e.detail.start, e.detail.end);
console.log("period is selected [start,end] = ", e.detail.start, e.detail.end);
});

function next() {
Expand Down

0 comments on commit 87b7c22

Please sign in to comment.