Skip to content

Conversation

@jelbourn
Copy link
Member

@jelbourn jelbourn commented Apr 14, 2016

R: @kara

Because the method haltDisabledEvents was decorated, the type was preserved at run-time. This caused the app to fail in non-browser environments due to the Event global not being present.

This unblocks @jeffbcross for now, but we need to add a CI check to prevent this from happening in the future.

Closes #306

@googlebot googlebot added cla: yes PR author has agreed to Google's Contributor License Agreement labels Apr 14, 2016
'(mousedown)': 'setMousedown()',
'(focus)': 'setKeyboardFocus()',
'(blur)': 'removeKeyboardFocus()'
'(blur)': 'removeKeyboardFocus()',
Copy link
Contributor

Choose a reason for hiding this comment

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

Extra comma?

Copy link
Member Author

Choose a reason for hiding this comment

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

Trailing commas4life

@jeffbcross
Copy link

I love the quick fix turnaround!

@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 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes PR author has agreed to Google's Contributor License Agreement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Event type in button causes error during nodejs precompilation

4 participants