Update OOjs UI to v0.1.0-pre (15f4156bac)
authorJames D. Forrester <jforrester@wikimedia.org>
Mon, 9 Jun 2014 23:46:18 +0000 (16:46 -0700)
committerJames D. Forrester <jforrester@wikimedia.org>
Mon, 9 Jun 2014 23:46:18 +0000 (16:46 -0700)
New changes:
15f4156 Follow-up 2334482: actually clear items in clearItems()

Change-Id: I7d4570364690b82a6fb7de3beb7e7e68ff451366

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

index 092af64..cea2d00 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOjs UI v0.1.0-pre (098f84f8a0)
+ * OOjs UI v0.1.0-pre (15f4156bac)
  * 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: Mon Jun 09 2014 14:32:26 GMT-0700 (PDT)
+ * Date: Mon Jun 09 2014 16:46:13 GMT-0700 (PDT)
  */
 ( function ( OO ) {
 
@@ -2702,6 +2702,7 @@ OO.ui.GroupElement.prototype.clearItems = function () {
                item.$element.detach();
        }
 
+       this.items = [];
        return this;
 };
 /**
index 9e6f976..7775b8b 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * OOjs UI v0.1.0-pre (098f84f8a0)
+ * OOjs UI v0.1.0-pre (15f4156bac)
  * 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: Mon Jun 09 2014 14:32:26 GMT-0700 (PDT)
+ * Date: Mon Jun 09 2014 16:46:13 GMT-0700 (PDT)
  */
 
 /* Textures */