Merge branch 'capitalize-js-class' into 'master'

Capitalize js class name

See merge request !457
This commit is contained in:
Dmitriy Zaporozhets 2015-03-26 15:40:34 +00:00
commit 7842a81569
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
class @calendar
class @Calendar
options =
month: "short"
day: "numeric"

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},