We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5823dc8 commit c2f748cCopy full SHA for c2f748c
src/config.ts
@@ -50,12 +50,7 @@ class Pluggable<Instance = DOMWrapper<Element>> {
50
Object.entries(setupResult).forEach(bindProperty)
51
}
52
53
- // this.installedPlugins.map(invokeSetup).forEach(addAllPropertiesFromSetup)
54
- this.installedPlugins
55
- .map((plugin) => {
56
- return invokeSetup({ handler: plugin.handler, options: plugin.options })
57
- })
58
- .forEach(addAllPropertiesFromSetup)
+ this.installedPlugins.map(invokeSetup).forEach(addAllPropertiesFromSetup)
59
60
61
/** For testing */
0 commit comments