Merge "Remove duplicated code breaking the template dialog"

This commit is contained in:
jenkins-bot 2013-05-26 12:09:55 +00:00 committed by Gerrit Code Review
commit 23595970fe

View file

@ -113,9 +113,6 @@ ve.ui.MWTemplateDialog.prototype.createParamPage = function ( key, value, paramD
// TODO: Use paramData.deprecation
// TODO: Use paramData.default
// TODO: Use paramData.type
fieldset = new ve.ui.FieldsetLayout( { '$$': this.frame.$$, 'label': label, 'icon': 'parameter' } );
textInput = new ve.ui.TextInputWidget( { '$$': this.frame.$$, 'multiline': true } );
textInput.$input.css('height', 100);
if ( description ) {
inputLabel = new ve.ui.InputLabelWidget( {