Skip to content

Commit

Permalink
Merge pull request #1040 from linonetwo/patch-1
Browse files Browse the repository at this point in the history
Update ComponentLoader.js
  • Loading branch information
trustmaster committed Apr 7, 2024
2 parents 6187566 + cbd08bf commit bb5c45c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/ComponentLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,8 @@ export class ComponentLoader {
return promise;
}

// Creates an instance of a component.
/**
* @protected
* Creates an instance of a component.
* @param {string} name
* @param {ComponentDefinitionWithoutGraph} component
* @param {import("fbp-graph/lib/Types").GraphNodeMetadata} metadata
Expand Down

0 comments on commit bb5c45c

Please sign in to comment.