Skip to content

Commit af7f1d6

Browse files
committed
removed moment
1 parent 64944d1 commit af7f1d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bundle/Resources/public/js/scripts/core/line.chart.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(function (global, doc, ibexa, moment) {
1+
(function (global, doc, ibexa) {
22
const MAX_NUMBER_OF_LABELS = 16;
33
const lineDefaultOptions = {
44
elements: {
@@ -52,4 +52,4 @@
5252
}
5353

5454
ibexa.addConfig('core.chart.LineChart', LineChart);
55-
})(window, window.document, window.ibexa, window.moment);
55+
})(window, window.document, window.ibexa);

0 commit comments

Comments
 (0)