Fix primary command name

Primary command name is used by double click and enter.
Make this launch the default edit action 'mathDialog'.

Change-Id: Ie7a87914a55ecc87769c4a1aa029b36966b83a04
This commit is contained in:
Ed Sanders 2016-11-30 12:39:59 +00:00
parent 7be2c2a314
commit a182a9d332
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ OO.inheritClass( ve.ce.MWMathNode, ve.ce.MWInlineExtensionNode );
ve.ce.MWMathNode.static.name = 'mwMath';
ve.ce.MWMathNode.static.primaryCommandName = 'math';
ve.ce.MWMathNode.static.primaryCommandName = 'mathDialog';
/* Methods */