Bartosz Dziewoński has uploaded a new change for review. ( 
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(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/27/364327/1

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: newchange
Gerrit-Change-Id: I971f9edaf510199d2ca294fe0424cfa0e7c78e32
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <[email protected]>

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

Reply via email to