Skip to content

Commit 0c7ac0c

Browse files
#13865 move translate dependecy and remove declaration
1 parent 60117ee commit 0c7ac0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Theme/view/frontend/web/js/cookie-status.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
define([
22
'jquery',
3+
'Magento_Ui/js/modal/modal',
34
'mage/translate',
4-
'Magento_Ui/js/modal/modal'
5-
], function($, $tr, modal){
5+
], function($, modal){
66
'use strict';
77

88
$.widget('mage.cookieStatus', {

0 commit comments

Comments
 (0)