Update OOjs UI to v0.1.0-pre (cc3c62607c)
authorJames D. Forrester <jforrester@wikimedia.org>
Mon, 8 Sep 2014 18:26:16 +0000 (11:26 -0700)
committerJames D. Forrester <jforrester@wikimedia.org>
Mon, 8 Sep 2014 18:26:34 +0000 (11:26 -0700)
New changes:
cc3c626 Make help button for FieldLayout frameless again

Change-Id: Ic6fecd07b680a544e165e2813fc92360d18ad2bf

resources/lib/oojs-ui/oojs-ui-apex.css
resources/lib/oojs-ui/oojs-ui-minerva.css
resources/lib/oojs-ui/oojs-ui.js
resources/lib/oojs-ui/oojs-ui.svg.css

index 89c0d40..36138c4 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOjs UI v0.1.0-pre (72f047e5d8)
+ * OOjs UI v0.1.0-pre (cc3c62607c)
  * https://www.mediawiki.org/wiki/OOjs_UI
  *
  * Copyright 2011–2014 OOjs Team and other contributors.
  * Released under the MIT license
  * http://oojs.mit-license.org
  *
- * Date: 2014-09-06T00:15:06Z
+ * Date: 2014-09-08T18:26:13Z
  */
 /*
  * Blank theme mixins.
index c33b38e..73ddb69 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOjs UI v0.1.0-pre (72f047e5d8)
+ * OOjs UI v0.1.0-pre (cc3c62607c)
  * https://www.mediawiki.org/wiki/OOjs_UI
  *
  * Copyright 2011–2014 OOjs Team and other contributors.
  * Released under the MIT license
  * http://oojs.mit-license.org
  *
- * Date: 2014-09-06T00:15:06Z
+ * Date: 2014-09-08T18:26:13Z
  */
 /*
  * Blank theme mixins.
index 41b6fab..3890cd6 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOjs UI v0.1.0-pre (72f047e5d8)
+ * OOjs UI v0.1.0-pre (cc3c62607c)
  * https://www.mediawiki.org/wiki/OOjs_UI
  *
  * Copyright 2011–2014 OOjs Team and other contributors.
  * Released under the MIT license
  * http://oojs.mit-license.org
  *
- * Date: 2014-09-06T00:15:06Z
+ * Date: 2014-09-08T18:26:13Z
  */
 ( function ( OO ) {
 
@@ -6429,7 +6429,7 @@ OO.ui.FieldLayout = function OoUiFieldLayout( field, config ) {
        if ( config.help ) {
                this.popupButtonWidget = new OO.ui.PopupButtonWidget( {
                        $: this.$,
-                       frameless: true,
+                       framed: false,
                        icon: 'info',
                        title: config.help
                } );
index 5f5eda9..99be213 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOjs UI v0.1.0-pre (72f047e5d8)
+ * OOjs UI v0.1.0-pre (cc3c62607c)
  * https://www.mediawiki.org/wiki/OOjs_UI
  *
  * Copyright 2011–2014 OOjs Team and other contributors.
  * Released under the MIT license
  * http://oojs.mit-license.org
  *
- * Date: 2014-09-06T00:15:06Z
+ * Date: 2014-09-08T18:26:13Z
  */
 /*
  * Blank theme mixins.