Installer: Re-use ResourceLoader methods instead of duplicating
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 4 Jun 2014 19:30:14 +0000 (21:30 +0200)
committerTimo Tijhof <krinklemail@gmail.com>
Sat, 7 Jun 2014 08:02:55 +0000 (10:02 +0200)
commit0888ccbcad2d1c8097469b7794e8d2cbd576969a
tree4a2719e131d7d4fc602da743d13c9f94d58333b0
parenta6c074a9444c8feaf71d5e0063e4318f1e676bb4
Installer: Re-use ResourceLoader methods instead of duplicating

Also:
* Fix incorrect documentation comment of ResourceLoaderModule::getStyles(),
  it doesn't return a string, it never has.
* Remove spurious space in count() call.
* Fix spelling of in "proper".

Change-Id: I000393636f7b9015ad1bacfbb3eb8a6ad8695d72
includes/installer/WebInstallerOutput.php
includes/resourceloader/ResourceLoader.php
includes/resourceloader/ResourceLoaderFileModule.php