Skip to content

Commit

Permalink
fix docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae committed Jul 26, 2023
1 parent c70619b commit 1ff6aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twinkle.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class TwinkleHTMLGenerator {
* "mw_contentwrapper" (top nav), outer nav class "portlet", inner div class "pBody". Existing portlets or elements: "p-cactions", "mw_content"
* "mw_portlets" (sidebar), outer nav class "portlet", inner div class "pBody". Existing portlets: "p-navigation", "p-search", "p-interaction", "p-tb", "p-coll-print_export"
*
* @return Node -- the DOM node of the new item (a DIV element) or null
* @return {Node} -- the DOM node of the new item (a DIV element) or null
*/
addPortlet() {
if (this.navigation === null) {
Expand Down

0 comments on commit 1ff6aef

Please sign in to comment.