Skip to content

Commit

Permalink
[FEATURE] Move htmlSafe and isHTMLSafe to @ember/component
Browse files Browse the repository at this point in the history
  • Loading branch information
Serabe authored Sep 3, 2017
1 parent 733525e commit 015c6bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions globals.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down Expand Up @@ -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"],
Expand Down

0 comments on commit 015c6bb

Please sign in to comment.