Skip to content

Commit 1424c8d

Browse files
committed
[INTERNAL] moduleBundler: Fix JSDoc default for declareRawModules parameter
There is no code defaulting this parameter to true
1 parent bf44348 commit 1424c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/processors/bundlers/moduleBundler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class LocatorResourcePool extends ResourcePool {
8787
* @property {boolean} [resolveConditional=false] Whether conditional dependencies of modules should be resolved
8888
* and added to the module set for this section
8989
* @property {boolean} [renderer=false] Whether renderers for controls should be added to the module set
90-
* @property {boolean} [declareRawModules=true] Whether raw modules should be declared after jQuery.sap.global became available. With the usage of the ui5loader, this flag should be set to 'false'
90+
* @property {boolean} [declareRawModules=false] Whether raw modules should be declared after jQuery.sap.global became available. With the usage of the ui5loader, this flag should be set to 'false'
9191
* @property {boolean} [sort=true] Whether the modules should be sorted by their dependencies
9292
*/
9393

0 commit comments

Comments
 (0)