From 87b7c226b79f265b5c23d6a15709cd793454c401 Mon Sep 17 00:00:00 2001 From: Haithem Mosbahi Date: Sat, 26 Aug 2017 18:39:11 +0100 Subject: [PATCH] update demo to include latest features --- demo/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/index.html b/demo/index.html index 1d580af..070e104 100644 --- a/demo/index.html +++ b/demo/index.html @@ -66,7 +66,7 @@

Basic scheduler-component demo

}); 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() {