Merge pull request #4625 from mfilser/master

_getTopStack(), comment type error
This commit is contained in:
Lauri Ojansivu 2022-08-05 22:13:40 +03:00 committed by GitHub
commit 458b372b1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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];
}