Skip to content

chore: remove ThreadManagerDelegate, create models early#2

Merged
pavelfeldman merged 1 commit into
microsoft:masterfrom
pavelfeldman:thread_delegate
Jul 28, 2019
Merged

chore: remove ThreadManagerDelegate, create models early#2
pavelfeldman merged 1 commit into
microsoft:masterfrom
pavelfeldman:thread_delegate

Conversation

@pavelfeldman
Copy link
Copy Markdown
Member

No description provided.

@pavelfeldman pavelfeldman changed the title Thread delegate chore: remove ThreadManagerDelegate, create models early Jul 27, 2019
Copy link
Copy Markdown
Contributor

@dgozman dgozman left a comment

Choose a reason for hiding this comment

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

Nice!

Comment thread src/adapter/breakpoints.ts Outdated
const inBreakpoints = params.breakpoints || [];
for (let index = 0; index < inBreakpoints.length; index++) {
const id = ids ? ids[index] : generateBreakpointId();
const id = ids ? ids[index] : ++lastBreakpointId;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Remove |ids| parameter as well, we never pass it anymore.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants