Resources: Remove pointless 'position' => 'top' for ResourceLoaderImageModule modules
authorBartosz Dziewoński <matma.rex@gmail.com>
Wed, 6 May 2015 22:15:19 +0000 (00:15 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Wed, 6 May 2015 22:15:19 +0000 (00:15 +0200)
commit34e798464c7d9d67a214f5ee80ea7051659b62aa
tree14dac9868f807b1db80a9d45b36e214f74944eb4
parent200322ca9a983f0a13d8ad2c3d70e623bfd68d24
Resources: Remove pointless 'position' => 'top' for ResourceLoaderImageModule modules

ResourceLoaderImageModule ignores this option and always uses
'bottom'. And these modules should indeed all use bottom, the images
they provide are not critical and need not be loaded in the head.
(Alas, we load them with addModuleStyles, which in turn ignores the
position and always loads in the head. This is a separate problem.)

Change-Id: I3da808f894f7a9058ea4a44a7ce814e216b59e5e
resources/Resources.php