Amire80 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/118691

Change subject: Remove redundant double space
......................................................................

Remove redundant double space

Change-Id: I75f494f84d05f128ce011985fefa3f1253bafee4
---
M modules/translation/ext.cx.translation.js
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation 
refs/changes/91/118691/1

diff --git a/modules/translation/ext.cx.translation.js 
b/modules/translation/ext.cx.translation.js
index fe497da..717957c 100644
--- a/modules/translation/ext.cx.translation.js
+++ b/modules/translation/ext.cx.translation.js
@@ -75,7 +75,7 @@
        };
 
        ContentTranslationEditor.prototype.listen = function () {
-               mw.hook(  'mw.cx.translation.add' ).add( $.proxy( this.update, 
this ) );
+               mw.hook( 'mw.cx.translation.add' ).add( $.proxy( this.update, 
this ) );
 
                this.$content.on( 'input', function () {
                        mw.hook( 'mw.cx.translation.change' ).fire();

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I75f494f84d05f128ce011985fefa3f1253bafee4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Amire80 <[email protected]>

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

Reply via email to