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 committed Sep 3, 2017
1 parent 9654d2a commit 5dd87ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ember-glimmer/lib/utils/string.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function escapeExpression(string) {
```
@method htmlSafe
@for Ember.String
@for Ember.Component
@static
@return {Handlebars.SafeString} A string that will not be HTML escaped by Handlebars.
@public
Expand All @@ -109,7 +109,7 @@ export function htmlSafe(str) {
```
@method isHTMLSafe
@for Ember.String
@for Ember.Component
@static
@return {Boolean} `true` if the string was decorated with `htmlSafe`, `false` otherwise.
@public
Expand Down

0 comments on commit 5dd87ea

Please sign in to comment.