jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/364327 )

Change subject: PopupWidget: Update function name in a comment
......................................................................


PopupWidget: Update function name in a comment

Change-Id: I971f9edaf510199d2ca294fe0424cfa0e7c78e32
---
M src/widgets/PopupWidget.js
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  Jforrester: Looks good to me, approved



diff --git a/src/widgets/PopupWidget.js b/src/widgets/PopupWidget.js
index a35a1ec..acc7bd0 100644
--- a/src/widgets/PopupWidget.js
+++ b/src/widgets/PopupWidget.js
@@ -86,7 +86,7 @@
 
        // Properties
        this.$anchor = $( '<div>' );
-       // If undefined, will be computed lazily in updateDimensions()
+       // If undefined, will be computed lazily in computePosition()
        this.$container = config.$container;
        this.containerPadding = config.containerPadding !== undefined ? 
config.containerPadding : 10;
        this.autoClose = !!config.autoClose;

-- 
To view, visit https://gerrit.wikimedia.org/r/364327
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I971f9edaf510199d2ca294fe0424cfa0e7c78e32
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Bartosz DziewoƄski <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to