Skip to content

Commit

Permalink
Comment out argument that isn't used in getConfig()
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Jun 3, 2024
1 parent 36d2f17 commit 98f3fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/js-src/lsmb/webpack.loaderConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ if (typeof module !== "undefined") {
module.exports = getConfig;
} else {
// No webpack. This script was loaded by page via script tag, so load Dojo from CDN
getConfig({ dojoRoot: "//ajax.googleapis.com/ajax/libs/dojo/1.16.0" });
getConfig(/* { dojoRoot: "//ajax.googleapis.com/ajax/libs/dojo/1.16.0" } */);
}

0 comments on commit 98f3fae

Please sign in to comment.