Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed moment
Browse files Browse the repository at this point in the history
Gengar-i committed Nov 14, 2023
1 parent 64944d1 commit af7f1d6
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: {
@@ -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 af7f1d6

Please sign in to comment.