Skip to content

Commit

Permalink
style(core): fix max line length to pass linting (#20441)
Browse files Browse the repository at this point in the history
Accidentally introduced in #19920, where other linting errors (unrelated to the
PR) prevented proper linting.

PR Close #20441
  • Loading branch information
gkalpak authored and jasonaden committed Nov 15, 2017
1 parent 2586846 commit c004d48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/core/src/linker/element_ref.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ export class ElementRef {
* <header>Use with caution</header>
* <p>
* Use this API as the last resort when direct access to DOM is needed. Use templating and
* data-binding provided by Angular instead. Alternatively you can take a look at {@link Renderer2}
* which provides API that can safely be used even when direct access to native elements is not
* supported.
* data-binding provided by Angular instead. Alternatively you can take a look at
* {@link Renderer2} which provides API that can safely be used even when direct access to
* native elements is not supported.
* </p>
* <p>
* Relying on direct DOM access creates tight coupling between your application and rendering
Expand Down

0 comments on commit c004d48

Please sign in to comment.