jenkins-bot has submitted this change and it was merged.

Change subject: Fix documentation error in ve.ui.LanguageInputWidget
......................................................................


Fix documentation error in ve.ui.LanguageInputWidget

Change-Id: I51e73ca911bab9133d285fb9d51da6d31f05e0fe
---
M modules/ve/ui/widgets/ve.ui.LanguageInputWidget.js
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/modules/ve/ui/widgets/ve.ui.LanguageInputWidget.js 
b/modules/ve/ui/widgets/ve.ui.LanguageInputWidget.js
index 16afbca..11ac91d 100644
--- a/modules/ve/ui/widgets/ve.ui.LanguageInputWidget.js
+++ b/modules/ve/ui/widgets/ve.ui.LanguageInputWidget.js
@@ -94,7 +94,7 @@
  * The inputs value will automatically be updated.
  *
  * @param {ve.dm.LanguageAnnotation|null} annotation Language annotation or 
null to clear
- * @emits change
+ * @fires change
  */
 ve.ui.LanguageInputWidget.prototype.setAnnotation = function ( annotation ) {
        if ( annotation && this.annotation && this.annotation.compareTo( 
annotation ) ) {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I51e73ca911bab9133d285fb9d51da6d31f05e0fe
Gerrit-PatchSet: 1
Gerrit-Project: VisualEditor/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Trevor Parscal <[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