From 4ef47dfae3bd9a5235d728ce4ef54a11cb003aaa Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Tue, 21 May 2019 14:45:25 +0300 Subject: [PATCH] Lint fixes --- src/components/calendar/Calendar.vue | 4 ++-- src/views/calendar/CalendarDoc.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index 9465530db..55b2b3c9e 100644 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -496,7 +496,7 @@ export default { return validMin && validMax && validDate && validDay; }, - onOverlayEnter(event) { + onOverlayEnter() { if (this.autoZIndex) { this.$refs.overlay.style.zIndex = String(this.baseZIndex + DomHandler.generateZIndex()); } @@ -504,7 +504,7 @@ export default { this.bindOutsideClickListener(); this.$emit('show'); }, - onOverlayLeave(event) { + onOverlayLeave() { this.unbindOutsideClickListener(); this.$emit('hide'); }, diff --git a/src/views/calendar/CalendarDoc.vue b/src/views/calendar/CalendarDoc.vue index bd01a213a..252f7ac46 100644 --- a/src/views/calendar/CalendarDoc.vue +++ b/src/views/calendar/CalendarDoc.vue @@ -461,7 +461,7 @@ export default {

Styling

-

Following is the list of structural style classes, for theming classes visit theming page.

+

Following is the list of structural style classes, for theming classes visit theming page.