Skip to content

Commit

Permalink
OpenUI5 Documentation Update 11.05.2024
Browse files Browse the repository at this point in the history
  • Loading branch information
openui5bot committed May 11, 2024
1 parent 420b59e commit ccf5601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Best_Practices_for_Loading_Modules_00737d6.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Historically, types that are defined within a `library.js` could be required as
```js
sap.ui.require([
"sap/m/library", // enum sap.m.ButtonType (Module: sap/m/library)
"sap/ui/model/FilterType" // enum sap.ui.model.FilterType (Module: sap/ui/model/FilterType)
"sap/ui/model/FilterType", // enum sap.ui.model.FilterType (Module: sap/ui/model/FilterType)
"sap/ui/base/DataType", // DataType facade (Module: sap/ui/base/DataType)
"sap/ui/core/library" // includes the DataType "sap.ui.core.CSSSize" (Module: sap/ui/core/library)
], (sapMLib, FilterType, DataType /*, sapUiCoreLib*/) => {
Expand Down

0 comments on commit ccf5601

Please sign in to comment.