jenkins-bot has submitted this change and it was merged. Change subject: Widget: Add description ......................................................................
Widget: Add description Change-Id: Id03cb9e576ddbcce0b7843ace3b338132de5e8a4 --- M src/Widget.js 1 file changed, 3 insertions(+), 1 deletion(-) Approvals: Bartosz Dziewoński: Looks good to me, approved jenkins-bot: Verified diff --git a/src/Widget.js b/src/Widget.js index 513a3ea..074e38e 100644 --- a/src/Widget.js +++ b/src/Widget.js @@ -1,5 +1,7 @@ /** - * User interface control. + * Widgets are compositions of one or more OOjs UI elements that users can both view + * and interact with. All widgets can be configured and modified via a standard API, + * and their state can change dynamically according to a model. * * @abstract * @class -- To view, visit https://gerrit.wikimedia.org/r/190136 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id03cb9e576ddbcce0b7843ace3b338132de5e8a4 Gerrit-PatchSet: 2 Gerrit-Project: oojs/ui Gerrit-Branch: master Gerrit-Owner: Kmenger <[email protected]> Gerrit-Reviewer: Bartosz Dziewoński <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
