Skip to content

Commit

Permalink
test: Remove obsolete TODO
Browse files Browse the repository at this point in the history
CSSSize is already detected
  • Loading branch information
matz3 committed Aug 12, 2024
1 parent 3a7716d commit b041970
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sap.ui.define([
"sap/ui/core/BarColor", // BarColor is defined in sap/ui/core/library
"sap/m/ListSeparators", // ListSeparators is defined in sap/m/library
"sap/ui/core/CSSSize" // TODO detect: CSSSize is defined in sap/ui/core/library
"sap/ui/core/CSSSize" // CSSSize is defined in sap/ui/core/library
], function() {

});

0 comments on commit b041970

Please sign in to comment.