[gnome-shell] calendar: Fix style



commit 04a31a52ae40324b3a274f91f37626e0a680d41f
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Dec 11 19:59:10 2013 -0500

    calendar: Fix style

 js/ui/calendar.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/js/ui/calendar.js b/js/ui/calendar.js
index 5816928..b5ad152 100644
--- a/js/ui/calendar.js
+++ b/js/ui/calendar.js
@@ -622,9 +622,9 @@ const Calendar = new Lang.Class({
             let styleClass = 'calendar-day-base calendar-day';
 
             if (_isWorkDay(iter))
-                styleClass += ' calendar-work-day'
+                styleClass += ' calendar-work-day';
             else
-                styleClass += ' calendar-nonwork-day'
+                styleClass += ' calendar-nonwork-day';
 
             // Hack used in lieu of border-collapse - see gnome-shell.css
             if (row == 2)
@@ -641,7 +641,7 @@ const Calendar = new Lang.Class({
                 styleClass += ' calendar-other-month-day';
 
             if (hasEvents)
-                styleClass += ' calendar-day-with-events'
+                styleClass += ' calendar-day-with-events';
 
             button.style_class = styleClass;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]