Merge "Set padded=false for link inspector"

This commit is contained in:
jenkins-bot 2017-09-29 16:42:29 +00:00 committed by Gerrit Code Review
commit ff7c57489a

View file

@ -16,7 +16,7 @@
*/
ve.ui.MWLinkAnnotationInspector = function VeUiMWLinkAnnotationInspector( config ) {
// Parent constructor
ve.ui.MWLinkAnnotationInspector.super.call( this, config );
ve.ui.MWLinkAnnotationInspector.super.call( this, ve.extendObject( { padded: false }, config ) );
};
/* Inheritance */