CategoryTagItemWidget: Drop backwards-compatibility "Capsule" name
authorJames D. Forrester <jforrester@wikimedia.org>
Tue, 2 Oct 2018 00:32:31 +0000 (17:32 -0700)
committerJames D. Forrester <jforrester@wikimedia.org>
Tue, 2 Oct 2018 00:33:41 +0000 (17:33 -0700)
Not used for months.

Change-Id: Ie85d2d0ef6ebc3e1e2502519a02b8fadd8d53b7a

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;
 }() );