File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
build/media_source/com_media/js Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff 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' ) ;
You can’t perform that action at this time.
0 commit comments