Update OOUI to v0.26.2
[lhc/web/wiklou.git] / resources / lib / oojs-ui / oojs-ui-core.js
index 68f2098..4963581 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOUI v0.26.1
+ * OOUI v0.26.2
  * https://www.mediawiki.org/wiki/OOUI
  *
  * Copyright 2011–2018 OOUI Team and other contributors.
  * Released under the MIT license
  * http://oojs.mit-license.org
  *
- * Date: 2018-03-23T23:42:32Z
+ * Date: 2018-04-04T17:22:44Z
  */
 ( function ( OO ) {
 
@@ -10834,6 +10834,7 @@ OO.ui.MultilineTextInputWidget = function OoUiMultilineTextInputWidget( config )
                this.$input.attr( 'rows', config.rows );
        }
        if ( this.autosize ) {
+               this.$input.addClass( 'oo-ui-textInputWidget-autosized' );
                this.isWaitingToBeAttached = true;
                this.installParentChangeDetector();
        }