From 3d228b9d0e51d077b1d72449f6a092acb7d86ff7 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Wed, 21 Feb 2018 13:31:56 +1300 Subject: [PATCH] codechecker stuff. --- calendar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calendar.js b/calendar.js index 9170a0f..5ab5c76 100644 --- a/calendar.js +++ b/calendar.js @@ -68,9 +68,9 @@ YUI().use('yui2-container', 'yui2-calendar', function(Y) { if (!calendar) { calendar = new YAHOO.widget.Calendar("cal", { - iframe: false, // Turn iframe off, since container has iframe support. + iframe: false, // Turn iframe off, since container has iframe support. // eslint-disable-next-line camelcase - hide_blank_weeks: true // Enable, to demonstrate how we handle changing height, using changeContent. + hide_blank_weeks: true // Enable, to demonstrate how we handle changing height, using changeContent. }); calendar.cfg.setProperty("start_weekday", M.attendance.cal_start_weekday);