Skip to content

Commit c117837

Browse files
committed
Remove queryParams concatenation support
1 parent 6442254 commit c117837

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/@ember/controller/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ const MODEL = Symbol('MODEL');
2525
@public
2626
*/
2727
class Controller<T = unknown> extends FrameworkObject {
28-
concatenatedProperties = ['queryParams'];
29-
3028
/**
3129
This property is updated to various different callback functions depending on
3230
the current "state" of the backing route. It is used by

0 commit comments

Comments
 (0)