Prechádzať zdrojové kódy

_getTopStack(), comment type error

Martin Filser 3 rokov pred
rodič
commit
6eb1495c3b
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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);
     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() {
   _getTopStack() {
     return this._stack[this._stack.length - 1];
     return this._stack[this._stack.length - 1];
   }
   }