Merge "rdbms: add ILBFactory::redefineLocalDomain method"
[lhc/web/wiklou.git] / resources / src / mediawiki.widgets / mw.widgets.CategoryTagItemWidget.js
index 819bc23..a15337c 100644 (file)
        };
 
        /**
-        * Category selector capsule item widget. Extends OO.ui.CapsuleItemWidget with the ability to link
+        * Category selector tag item widget. Extends OO.ui.TagItemWidget with the ability to link
         * to the given page, and to show its existence status (i.e., whether it is a redlink).
         *
         * @class mw.widgets.CategoryTagItemWidget
                                .addClass( 'new' );
                }
        };
-
-       // For backwards compatibility. See T183299.
-       mw.widgets.CategoryCapsuleItemWidget = mw.widgets.CategoryTagItemWidget;
 }() );