We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9654d2a commit ccaefb0Copy full SHA for ccaefb0
packages/ember-glimmer/lib/utils/string.js
@@ -83,7 +83,7 @@ export function escapeExpression(string) {
83
```
84
85
@method htmlSafe
86
- @for Ember.String
+ @for Ember.Template
87
@static
88
@return {Handlebars.SafeString} A string that will not be HTML escaped by Handlebars.
89
@public
@@ -109,7 +109,7 @@ export function htmlSafe(str) {
109
110
111
@method isHTMLSafe
112
113
114
@return {Boolean} `true` if the string was decorated with `htmlSafe`, `false` otherwise.
115
0 commit comments