Update OOjs UI to v0.8.2
authorJames D. Forrester <jforrester@wikimedia.org>
Fri, 27 Feb 2015 18:09:37 +0000 (13:09 -0500)
committerJames D. Forrester <jforrester@wikimedia.org>
Fri, 27 Feb 2015 18:09:43 +0000 (13:09 -0500)
Release notes:
 https://git.wikimedia.org/blob/oojs%2Fui.git/v0.8.2/History.md

Change-Id: Ie6722b1aae1970d628a82c491c8d525768d01925

composer.json
resources/lib/oojs-ui/oojs-ui-mediawiki.css
resources/lib/oojs-ui/oojs-ui-mediawiki.js
resources/lib/oojs-ui/oojs-ui.js

index d409025..a289446 100644 (file)
@@ -19,7 +19,7 @@
                "cssjanus/cssjanus": "1.1.1",
                "ext-iconv": "*",
                "leafo/lessphp": "0.5.0",
-               "oojs/oojs-ui": "0.8.1",
+               "oojs/oojs-ui": "0.8.2",
                "php": ">=5.3.3",
                "psr/log": "1.0.0",
                "wikimedia/cdb": "1.0.1",
index b70f20a..ff739d7 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOjs UI v0.8.1
+ * OOjs UI v0.8.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-02-26T02:10:42Z
+ * Date: 2015-02-27T18:02:41Z
  */
 .oo-ui-progressBarWidget-slide-frames from {
        margin-left: -40%;
index e387364..2793806 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOjs UI v0.8.1
+ * OOjs UI v0.8.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-02-26T02:10:32Z
+ * Date: 2015-02-27T18:02:31Z
  */
 /**
  * @class
index b4593d6..8bb14ec 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOjs UI v0.8.1
+ * OOjs UI v0.8.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-02-26T02:10:32Z
+ * Date: 2015-02-27T18:02:31Z
  */
 ( function ( OO ) {
 
@@ -2740,7 +2740,7 @@ OO.ui.WindowManager.prototype.getWindow = function ( name ) {
                                        'Cannot auto-instantiate window: symbolic name is unrecognized by the factory'
                                ) );
                        } else {
-                               win = this.factory.create( name, this );
+                               win = this.factory.create( name );
                                this.addWindows( [ win ] );
                                deferred.resolve( win );
                        }