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 7b6812f
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" }*/);

Check failure on line 87 in UI/js-src/lsmb/webpack.loaderConfig.js

View workflow job for this annotation

GitHub Actions / webpack

Expected space or tab before '*/' in comment
}

0 comments on commit 7b6812f

Please sign in to comment.