diff --git a/globals.json b/globals.json index 08120e1..aaa1365 100644 --- a/globals.json +++ b/globals.json @@ -82,6 +82,8 @@ "guidFor": ["@ember/object/internals", "guidFor"], "cacheFor": ["@ember/object/internals", "cacheFor"], "Component": ["@ember/component"], + "String.htmlSafe": ["@ember/component", "htmlSafe"], + "String.isHTMLSafe": ["@ember/component", "isHTMLSafe"], "Checkbox": ["@ember/component/checkbox"], "TextArea": ["@ember/component/text-area"], "TextField": ["@ember/component/text-field"], @@ -139,8 +141,6 @@ "String.dasherize": ["@ember/string", "dasherize"], "String.decamelize": ["@ember/string", "decamelize"], "String.fmt": ["@ember/string", "fmt"], - "String.htmlSafe": ["@ember/string", "htmlSafe"], - "String.isHTMLSafe": ["@ember/string", "isHTMLSafe"], "String.loc": ["@ember/string", "loc"], "String.underscore": ["@ember/string", "underscore"], "String.w": ["@ember/string", "w"],