Remove unused categories property

This is not used by the CategoryOverlay

Bug: T206337
Change-Id: Icc19fe24fbb30db8b76d462bfba8879ff112226a
This commit is contained in:
jdlrobson 2018-10-05 08:43:48 -07:00 committed by Stephen Niedzielski
parent 57cb5f8e41
commit 5afe8abdce
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@
loadingOverlay.hide();
return new CategoryAddOverlay( {
api: new mw.Api(),
categories: mw.config.get( 'wgCategories' ),
isAnon: user.isAnon(),
title: M.getCurrentPage().title
} );