Skip to content

Commit 968a928

Browse files
committed
Issue #3097242 by joey-santiago: Wrong @file comment in media_library.widget.es6.js and media_library.ui.es6.js
1 parent 7b57e96 commit 968a928

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/media_library/js/media_library.ui.es6.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @file media_library.widget.js
2+
* @file media_library.ui.es6.js
33
*/
44
(($, Drupal, window) => {
55
/**

modules/media_library/js/media_library.widget.es6.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @file media_library.widget.js
2+
* @file media_library.widget.es6.js
33
*/
44
(($, Drupal, Sortable) => {
55
/**

0 commit comments

Comments
 (0)