mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-03 02:16:51 +00:00
Make Ace Editor adjustSize method chainable
Change-Id: I48307bd9184bb238a553d178c0d66084244e9ebf
This commit is contained in:
parent
c747c06759
commit
f8fbbdf66d
|
@ -340,4 +340,5 @@ ve.ui.MWAceEditorWidget.prototype.adjustSize = function ( force ) {
|
||||||
// Parent method
|
// Parent method
|
||||||
ve.ui.MWAceEditorWidget.super.prototype.adjustSize.call( widget );
|
ve.ui.MWAceEditorWidget.super.prototype.adjustSize.call( widget );
|
||||||
} );
|
} );
|
||||||
|
return this;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue