Merge "Remove setValue call from live extension setup"

This commit is contained in:
jenkins-bot 2014-06-11 23:45:40 +00:00 committed by Gerrit Code Review
commit 134b4255b4

View file

@ -80,8 +80,6 @@ ve.ui.MWLiveExtensionInspector.prototype.getSetupProcess = function ( data ) {
this.getFragment().select();
this.node = this.getFragment().getSelectedNode();
}
this.input.setValue( this.node.getAttribute( 'mw' ).body.extsrc );
this.input.on( 'change', this.onChangeHandler );
}, this );
};