mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
_getTopStack(), comment type error
This commit is contained in:
parent
e9a251d6a8
commit
6eb1495c3b
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue