Skip to content

Commit

Permalink
[DOC release] Move htmlSafe and isHTMLSafe to Ember.Component in docu…
Browse files Browse the repository at this point in the history
…mentation
  • Loading branch information
locks authored and Serabe committed Dec 11, 2017
1 parent f432484 commit a096a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ember-glimmer/lib/utils/string.ts
Expand Up @@ -70,7 +70,7 @@ export function escapeExpression(string: any): string {
```
@method htmlSafe
@for @ember/string
@for @ember/template
@static
@return {Handlebars.SafeString} A string that will not be HTML escaped by Handlebars.
@public
Expand Down Expand Up @@ -98,7 +98,7 @@ export function htmlSafe(str: string) {
```
@method isHTMLSafe
@for @ember/string
@for @ember/template
@static
@return {Boolean} `true` if the string was decorated with `htmlSafe`, `false` otherwise.
@public
Expand Down

0 comments on commit a096a6a

Please sign in to comment.