Page MenuHomePhabricator
Paste P399

(An Untitled Masterwork)
ActivePublic

Authored by Mattflaschen-WMF on Mar 14 2015, 12:04 AM.
Referenced Files
F90255: file
Mar 14 2015, 12:04 AM
Subscribers
None
( function ( ve ) {
'use strict';
ve.ui.commandRegistry.register(
new ve.ui.Command(
'flow/mention',
'flowMention',
'open',
{ supportedSelections: ['linear'] }
)
);
} ( ve ) );