From 6eb1495c3bf9cb5d03391eb3690f2c77e1e8841d Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Mon, 11 Apr 2022 20:15:12 +0200 Subject: [PATCH] _getTopStack(), comment type error --- client/lib/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/lib/popup.js b/client/lib/popup.js index f5cf1fad8..e4292d382 100644 --- a/client/lib/popup.js +++ b/client/lib/popup.js @@ -154,7 +154,7 @@ window.Popup = new (class { return BlazeComponent.getComponentForElement(openerElement); } - // An utility fonction that returns the top element of the internal stack + // An utility function that returns the top element of the internal stack _getTopStack() { return this._stack[this._stack.length - 1]; }