Catrope has uploaded a new change for review.
https://gerrit.wikimedia.org/r/203467
Change subject: Remove stray $: this.$ from code example
......................................................................
Remove stray $: this.$ from code example
Change-Id: Ie377265e906aaebda99af51bf7095dc28e03439c
---
M src/dialogs/ProcessDialog.js
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/67/203467/1
diff --git a/src/dialogs/ProcessDialog.js b/src/dialogs/ProcessDialog.js
index 1750225..d8f7c13 100644
--- a/src/dialogs/ProcessDialog.js
+++ b/src/dialogs/ProcessDialog.js
@@ -28,7 +28,7 @@
*
* MyProcessDialog.prototype.initialize = function () {
* MyProcessDialog.super.prototype.initialize.apply( this, arguments );
- * this.content = new OO.ui.PanelLayout( { $: this.$, padded: true,
expanded: false } );
+ * this.content = new OO.ui.PanelLayout( { padded: true, expanded:
false } );
* this.content.$element.append( '<p>This is a process dialog window.
The header contains the title and two buttons: \'Cancel\' (a safe action) on
the left and \'Done\' (a primary action) on the right.</p>' );
* this.$body.append( this.content.$element );
* };
--
To view, visit https://gerrit.wikimedia.org/r/203467
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie377265e906aaebda99af51bf7095dc28e03439c
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Catrope <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits