CiteDataModule: Remove origin restriction

Without this change it would no longer load in safe mode (T185303)
because the module would be missing.

I think this has been copy-pasted from VisualEditor, see commit
I6d097ccbf1dc2462843219adcf96bf8313e30289 there for explanation.

Bug: T185303
Change-Id: I6f6857ec50e7b8c6e25022024c29b59726c656e3
This commit is contained in:
Bartosz Dziewoński 2018-04-30 21:59:48 +02:00
parent bbc1f2c91d
commit 2e35d29223

View file

@ -10,7 +10,6 @@
*/
class CiteDataModule extends ResourceLoaderModule {
protected $origin = self::ORIGIN_USER_SITEWIDE;
protected $targets = [ 'desktop', 'mobile' ];
/** @inheritDoc */