Skip to content

Commit 4821460

Browse files
committed
Remove more occurances of escapeExpression that I forgot in the rebase
1 parent 2035e97 commit 4821460

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

packages/ember/barrel.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -603,9 +603,7 @@ Reflect.set(Ember, 'RSVP', _RSVP);
603603

604604
interface EmberHandlebars {
605605
template: typeof template;
606-
Utils: {
607-
escapeExpression: typeof escapeExpression;
608-
};
606+
Utils: {};
609607
compile?: typeof compile;
610608
precompile?: typeof precompile;
611609
}
@@ -671,9 +669,7 @@ applicationRunLoadHooks('Ember.Application', EmberApplication);
671669

672670
let EmberHandlebars: EmberHandlebars = {
673671
template,
674-
Utils: {
675-
escapeExpression,
676-
},
672+
Utils: {},
677673
};
678674

679675
let EmberHTMLBars: EmberHTMLBars = {

0 commit comments

Comments
 (0)