File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ class ResourceCollector {
6666 *
6767 * If no component is given, orphans will only be reported but not added to any component (default).
6868 *
69- * @param {object <string, string[]> } list component to list of components
69+ * @param {Object <string, string[]> } list component to list of components
7070 */
7171 setExternalResources ( list ) {
7272 this . _externalResources = list ;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ function getTimestamp() {
2525/**
2626 * Manifest libraries as defined in the manifest.json file
2727 *
28- * @typedef {object <string, {lazy: boolean}> } ManifestLibraries
28+ * @typedef {Object <string, {lazy: boolean}> } ManifestLibraries
2929 *
3030 * sample:
3131 * <pre>
You can’t perform that action at this time.
0 commit comments