diff options
| author | Robert Speicher <rspeicher@gmail.com> | 2016-01-01 22:10:16 -0500 |
|---|---|---|
| committer | Robert Speicher <rspeicher@gmail.com> | 2016-01-01 22:10:16 -0500 |
| commit | f8c3b69fb675f33607315acfacb4fdac170a3635 (patch) | |
| tree | b30c45f61c839841277c57270e2bb2fa0fabf38e | |
| parent | 2417f55467247471d2b39de0387b30617ecf59de (diff) | |
| download | gitlab-ce-f8c3b69fb675f33607315acfacb4fdac170a3635.tar.gz | |
Remove unused "options" object from Calendar JS
| -rw-r--r-- | app/assets/javascripts/calendar.js.coffee | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/assets/javascripts/calendar.js.coffee b/app/assets/javascripts/calendar.js.coffee index 97621236924..d80e0e716ce 100644 --- a/app/assets/javascripts/calendar.js.coffee +++ b/app/assets/javascripts/calendar.js.coffee @@ -1,9 +1,4 @@ class @Calendar - options = - month: "short" - day: "numeric" - year: "numeric" - constructor: (timestamps, starting_year, starting_month, calendar_activities_path) -> cal = new CalHeatMap() cal.init |
