2
0
Эх сурвалжийг харах

Merge pull request #4625 from mfilser/master

_getTopStack(), comment type error
Lauri Ojansivu 2 жил өмнө
parent
commit
458b372b1b
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      client/lib/popup.js

+ 1 - 1
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];
   }