codechecker stuff.
authorDan Marsden <dan@danmarsden.com>
Wed, 21 Feb 2018 00:31:56 +0000 (13:31 +1300)
committerDan Marsden <dan@danmarsden.com>
Wed, 21 Feb 2018 00:33:22 +0000 (13:33 +1300)
calendar.js

index 9170a0f..5ab5c76 100644 (file)
@@ -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);