Skip to content

Commit 4268b53

Browse files
committed
ACP2E-4338: Deprecation warning: use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config)
1 parent c475439 commit 4268b53

File tree

1 file changed

+2
-2
lines changed
  • dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/grid/columns

1 file changed

+2
-2
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/grid/columns/date.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ define([
1616

1717
beforeEach(function () {
1818
date = new Date({
19-
dataScope: 'abstract'
20-
});
19+
dataScope: 'abstract'
20+
});
2121
});
2222

2323
describe('initConfig method', function () {

0 commit comments

Comments
 (0)