Commit 80fd8f2d authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Capitalize js class name

parent 12430b65
class @calendar class @Calendar
options = options =
month: "short" month: "short"
day: "numeric" day: "numeric"
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
%small Issues, merge requests and push events %small Issues, merge requests and push events
#cal-heatmap.calendar #cal-heatmap.calendar
:javascript :javascript
new calendar( new Calendar(
#{@timestamps.to_json}, #{@timestamps.to_json},
#{@starting_year}, #{@starting_year},
#{@starting_month}, #{@starting_month},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment