File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ export class MenuStack {
4040 private readonly _empty : Subject < FocusNext > = new Subject ( ) ;
4141
4242 /** Observable which emits the MenuStackItem which has been requested to close. */
43- readonly close : Observable < MenuStackItem > = this . _close . asObservable ( ) ;
43+ readonly close : Observable < MenuStackItem > = this . _close ;
4444
4545 /**
4646 * Observable which emits when the MenuStack is empty after popping off the last element. It
4747 * emits a FocusNext event which specifies the action the closer has requested the listener
4848 * perform.
4949 */
50- readonly empty : Observable < FocusNext > = this . _empty . asObservable ( ) ;
50+ readonly empty : Observable < FocusNext > = this . _empty ;
5151
5252 /** @param menu the MenuStackItem to put on the stack. */
5353 push ( menu : MenuStackItem ) {
You can’t perform that action at this time.
0 commit comments