From e52d71060fa74da81c971f6a88183d3a96a5ee75 Mon Sep 17 00:00:00 2001 From: Yegor Jbanov Date: Fri, 17 Apr 2015 14:01:42 -0700 Subject: [PATCH] chore(analysis): fix analyzer warning in index_static --- modules/examples/src/hello_world/index_static.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/examples/src/hello_world/index_static.js b/modules/examples/src/hello_world/index_static.js index 04430b5313..c3c9d32210 100644 --- a/modules/examples/src/hello_world/index_static.js +++ b/modules/examples/src/hello_world/index_static.js @@ -217,7 +217,7 @@ function setup() { }); reflector.registerType(ViewFactory, { - "factory": (capacity, renderer) => + "factory": (capacity, renderer, appViewHydrator) => new ViewFactory(capacity, renderer, appViewHydrator), "parameters": [[new Inject(VIEW_POOL_CAPACITY)],[Renderer],[AppViewHydrator]], "annotations": []