Jforrester has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/249415

Change subject: Update for breaking change for mixins in OOUI
......................................................................

Update for breaking change for mixins in OOUI

Change-Id: Iaaefd45adcd04dd15b2f8ca49a2364c432429b95
---
M resources/mobile.categories.overlays/CategoryLookupInputWidget.js
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/15/249415/1

diff --git a/resources/mobile.categories.overlays/CategoryLookupInputWidget.js 
b/resources/mobile.categories.overlays/CategoryLookupInputWidget.js
index a2e2d59..87ca68e 100644
--- a/resources/mobile.categories.overlays/CategoryLookupInputWidget.js
+++ b/resources/mobile.categories.overlays/CategoryLookupInputWidget.js
@@ -1,7 +1,7 @@
 ( function ( M, $, OO ) {
        /**
         * @class CategoryLookupInputWidget
-        * @extends OO.ui.LookupElement
+        * @extends OO.ui.mixin.LookupElement
         * @param {Object} options
         * @param {CategoryGateway} options.gateway to use to retrieve search 
results
         * @param {jQuery.Object} options.suggestions container element for 
search suggestions
@@ -15,10 +15,10 @@
                this.$saveButton = options.saveButton;
                options.placeholder = mw.msg( 
'mobile-frontend-categories-search' );
                OO.ui.TextInputWidget.call( this, options );
-               OO.ui.LookupElement.call( this, options );
+               OO.ui.mixin.LookupElement.call( this, options );
        }
        OO.inheritClass( CategoryLookupInputWidget, OO.ui.TextInputWidget );
-       OO.mixinClass( CategoryLookupInputWidget, OO.ui.LookupElement );
+       OO.mixinClass( CategoryLookupInputWidget, OO.ui.mixin.LookupElement );
 
        /**
         * Handle a click on a suggested item. Add it to the list of added 
categories and show save button.

-- 
To view, visit https://gerrit.wikimedia.org/r/249415
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaaefd45adcd04dd15b2f8ca49a2364c432429b95
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jforrester <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to