Remove position default logic

Follows-up 3b141e7.

See also Ib9821b7b87 in MediaWiki core.

Change-Id: If385f4c9bcf88b824099effa3c5b93545f372e82
This commit is contained in:
Timo Tijhof 2015-10-27 03:40:23 +00:00
parent e6b44db894
commit e009534e5c

View file

@ -25,7 +25,6 @@ class GadgetResourceLoaderModule extends ResourceLoaderWikiModule {
$this->dependencies = $dependencies;
$this->targets = $targets;
$this->position = $position;
$this->isPositionDefined = true;
$this->messages = $messages;
}