Make Ace Editor adjustSize method chainable

Change-Id: I48307bd9184bb238a553d178c0d66084244e9ebf
This commit is contained in:
Thalia 2015-12-19 10:50:59 +00:00
parent c747c06759
commit f8fbbdf66d

View file

@ -340,4 +340,5 @@ ve.ui.MWAceEditorWidget.prototype.adjustSize = function ( force ) {
// Parent method
ve.ui.MWAceEditorWidget.super.prototype.adjustSize.call( widget );
} );
return this;
};