From 015c6bbb17cbadbb5136cd91772e2efd14e86c86 Mon Sep 17 00:00:00 2001 From: Sergio Arbeo Date: Sun, 3 Sep 2017 19:24:01 +0200 Subject: [PATCH] [FEATURE] Move htmlSafe and isHTMLSafe to @ember/component Related to emberjs/rfcs#236. Task in emberjs/ember.js#15624 --- globals.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"],