Update OOjs UI to v0.9.2
[lhc/web/wiklou.git] / resources / lib / oojs-ui / oojs-ui.js
index 065edfc..b570130 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOjs UI v0.9.1
+ * OOjs UI v0.9.2
  * https://www.mediawiki.org/wiki/OOjs_UI
  *
  * Copyright 2011–2015 OOjs Team and other contributors.
  * Released under the MIT license
  * http://oojs.mit-license.org
  *
- * Date: 2015-03-12T19:08:47Z
+ * Date: 2015-03-12T23:43:45Z
  */
 ( function ( OO ) {
 
@@ -1756,11 +1756,7 @@ OO.ui.Window = function OoUiWindow( config ) {
        // Properties
        this.manager = null;
        this.size = config.size || this.constructor.static.size;
-       this.frame = new OO.ui.PanelLayout( {
-               expanded: false,
-               framed: true
-       } );
-       this.$frame = this.frame.$element;
+       this.$frame = $( '<div>' );
        this.$overlay = $( '<div>' );
        this.$content = $( '<div>' );