Skip to content

Commit

Permalink
removed moment
Browse files Browse the repository at this point in the history
  • Loading branch information
Gengar-i committed Nov 14, 2023
1 parent 67b922d commit a7b4d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bundle/Resources/public/js/scripts/core/line.chart.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(function (global, doc, ibexa, moment) {
(function (global, doc, ibexa) {
const MAX_NUMBER_OF_LABELS = 16;
const lineDefaultOptions = {
elements: {
Expand Down Expand Up @@ -52,4 +52,4 @@
}

ibexa.addConfig('core.chart.LineChart', LineChart);
})(window, window.document, window.ibexa, window.moment);
})(window, window.document, window.ibexa);

0 comments on commit a7b4d5c

Please sign in to comment.