Skip to content

Commit

Permalink
View MeasureBasedView: refine a TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbohl committed Jul 12, 2024
1 parent 038f369 commit 8461f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/view/window/source/MeasureBasedView.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Ext.define('EdiromOnline.view.window.source.MeasureBasedView', {

me.measureSpinner = Ext.create('EdiromOnline.view.window.source.MeasureSpinner', {
width: 121,
cls: 'pageSpinner', //TODO
cls: 'pageSpinner', //TODO adjust class to measureSpinner and add in SCSS
owner: me,
hidden: true
});
Expand Down

0 comments on commit 8461f4e

Please sign in to comment.