Skip to content

Commit e52d710

Browse files
committed
chore(analysis): fix analyzer warning in index_static
1 parent 01869f9 commit e52d710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/examples/src/hello_world/index_static.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ function setup() {
217217
});
218218

219219
reflector.registerType(ViewFactory, {
220-
"factory": (capacity, renderer) =>
220+
"factory": (capacity, renderer, appViewHydrator) =>
221221
new ViewFactory(capacity, renderer, appViewHydrator),
222222
"parameters": [[new Inject(VIEW_POOL_CAPACITY)],[Renderer],[AppViewHydrator]],
223223
"annotations": []

0 commit comments

Comments
 (0)