Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(WebWorker): Fix Todo Server demo and add test to ensure the demo can bootstrap. #3970

Closed
wants to merge 1 commit into from

Conversation

jteplitz
Copy link
Contributor

@jteplitz jteplitz commented Sep 3, 2015

closes #3348

@jteplitz jteplitz added action: review The PR is still awaiting reviews from at least one requested reviewer comp: core/webworker labels Sep 3, 2015
@@ -5,17 +5,16 @@ import 'dart:async';
import "package:angular2/src/core/facade/async.dart";

class MockEventEmitter extends EventEmitter {
List<Function> _nextFns = new List();
StreamController<String> controller = new StreamController.broadcast();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the controller is assigned once, it can be made final, and as a bonus, you can also omit the LHS type annotation, since it is inferred from the RHS.

@yjbanov yjbanov added pr_state: LGTM action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Sep 3, 2015
@yjbanov yjbanov assigned jteplitz and unassigned yjbanov Sep 3, 2015
@jteplitz jteplitz force-pushed the server-message-bus branch 2 times, most recently from 9f32a77 to 7830aa7 Compare September 3, 2015 18:32
@jteplitz jteplitz removed the action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews label Sep 3, 2015
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove mirrors from Serializer code in dart
3 participants