Capitalize js class name

This commit is contained in:
Dmitriy Zaporozhets
2015-03-25 22:22:10 -07:00
parent 12430b65d4
commit 80fd8f2de1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
class @calendar
class @Calendar
options =
month: "short"
day: "numeric"
+1 -1
View File
@@ -4,7 +4,7 @@
%small Issues, merge requests and push events
#cal-heatmap.calendar
:javascript
new calendar(
new Calendar(
#{@timestamps.to_json},
#{@starting_year},
#{@starting_month},