MathChemSymbolsDataModule: 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: Ieed46488c94c5809e9f17f667c6926a21ffe838b
This commit is contained in:
Bartosz Dziewoński 2018-04-30 22:25:52 +02:00
parent 7349010b55
commit 4ccb9abe8a
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
*/
class MathChemSymbolsDataModule extends ResourceLoaderModule {
protected $origin = self::ORIGIN_USER_SITEWIDE;
protected $targets = [ 'desktop', 'mobile' ];
public function getScript( ResourceLoaderContext $context ) {