You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the cast is formatted alright, but the operator precedence is incorrect – instanceof binds tighter than &&, so the cast itself should be indented relative to the && expression at +4 ws from the opening parenthesis of the if statement.
in ng2 element_injector.js
The text was updated successfully, but these errors were encountered: