Skip to content

Commit 6074e98

Browse files
removed TODO's and comments
1 parent bfc0b94 commit 6074e98

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build/media_source/com_media/js/edit-images.es6.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,6 @@ class Edit {
155155
// eslint-disable-next-line class-methods-use-this
156156
Redo() { }
157157

158-
// @TODO Create the progress bar
159-
/**
160-
* Creates a progress bar element and inserts it into the DOM
161-
*/
162158
// eslint-disable-next-line class-methods-use-this
163159
createProgressBar() {
164160
const mediaLoader = document.createElement('div');
@@ -176,10 +172,6 @@ class Edit {
176172
// eslint-disable-next-line class-methods-use-this
177173
updateProgressBar(/* position */) { }
178174

179-
// @TODO Remove the progress bar
180-
/**
181-
* Removes the progress bar element from the DOM
182-
*/
183175
// eslint-disable-next-line class-methods-use-this
184176
removeProgressBar() {
185177
const mediaLoader = document.getElementById('media-edit-progress');

0 commit comments

Comments
 (0)