mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 02:51:50 +00:00
5 lines
129 B
JavaScript
5 lines
129 B
JavaScript
|
es.DropdownTool = function( toolbar, name ) {
|
||
|
es.Tool.call( this, toolbar );
|
||
|
};
|
||
|
|
||
|
es.extendClass( es.DropdownTool, es.Tool );
|