Jforrester has uploaded a new change for review.

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

Change subject: Follow-up 3f456b1: Fix typo in function call
......................................................................

Follow-up 3f456b1: Fix typo in function call

Bug: T132736
Change-Id: I36862baf287efe275d5b5fdc3bef911b7815a762
---
M modules/ve-math/ve.ui.MWMathContextItem.js
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Math 
refs/changes/70/290970/1

diff --git a/modules/ve-math/ve.ui.MWMathContextItem.js 
b/modules/ve-math/ve.ui.MWMathContextItem.js
index c278228..a247672 100644
--- a/modules/ve-math/ve.ui.MWMathContextItem.js
+++ b/modules/ve-math/ve.ui.MWMathContextItem.js
@@ -55,7 +55,7 @@
  * Handle inline edit button click events.
  */
 ve.ui.MWMathContextItem.prototype.onInlineEditButtonClick = function () {
-       this.context.getSurface().executeComamnd( 'mathInspector' );
+       this.context.getSurface().executeCommand( 'mathInspector' );
 };
 
 /* Registration */

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I36862baf287efe275d5b5fdc3bef911b7815a762
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Math
Gerrit-Branch: REL1_27
Gerrit-Owner: Jforrester <jforres...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to