Merge "ve.ui.MWLiveExtensionInspector: Fix comment typo"

This commit is contained in:
jenkins-bot 2014-09-23 21:57:31 +00:00 committed by Gerrit Code Review
commit a5d8b636eb

View file

@ -19,7 +19,7 @@ ve.ui.MWLiveExtensionInspector = function VeUiMWLiveExtensionInspector( config )
// Parent constructor
ve.ui.MWExtensionInspector.call( this, config );
// Late bind onChangeHanlder to a debounced updatePreview
// Late bind onChangeHandler to a debounced updatePreview
this.onChangeHandler = ve.debounce( this.updatePreview.bind( this ), 250 );
};