Follow-up 3f456b1: Fix typo in function call

Bug: T132736
Change-Id: I36862baf287efe275d5b5fdc3bef911b7815a762
This commit is contained in:
James D. Forrester 2016-05-26 09:22:33 -07:00
parent 343a32cff6
commit 9b6f6c7300
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ ve.ui.MWMathContextItem.static.commandName = 'mathDialog';
* Handle inline edit button click events.
*/
ve.ui.MWMathContextItem.prototype.onInlineEditButtonClick = function () {
this.context.getSurface().executeComamnd( 'mathInspector' );
this.context.getSurface().executeCommand( 'mathInspector' );
};
/* Registration */