mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
Merge "ve.ui.MWLiveExtensionInspector: Fix comment typo"
This commit is contained in:
commit
a5d8b636eb
|
@ -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 );
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue