Skip to content

Commit

Permalink
Merge pull request #15626 from emberjs/move-htmlsafe-ishtmlsafe
Browse files Browse the repository at this point in the history
[DOC RELEASE] Move htmlSafe and isHTMLSafe to Ember.Template in documentation
  • Loading branch information
rwjblue committed Dec 13, 2017
2 parents ab5e69e + a096a6a commit 997758a
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 997758a

Please sign in to comment.