Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit ec9a8e2

Browse files
committed
style(transcluding_component_factory): remove duplicate line from merge resolution
1 parent 3f38070 commit ec9a8e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/core_dom/transcluding_component_factory.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ class BoundTranscludingComponentFactory implements BoundComponentFactory {
153153

154154
var controller = childInjector.getByKey(_ref.typeKey);
155155
shadowScope.context[component.publishAs] = controller;
156-
shadowScope.context[component.publishAs] = controller;
157156
if (controller is ScopeAware) controller.scope = shadowScope;
158157
BoundComponentFactory._setupOnShadowDomAttach(controller, templateLoader, shadowScope);
159158
return controller;

0 commit comments

Comments
 (0)