resourceloader: Consistently pass inDebugMode to encodeJsCall() in load.php
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 7 Mar 2014 17:49:50 +0000 (18:49 +0100)
committerKrinkle <krinklemail@gmail.com>
Fri, 7 Mar 2014 19:11:19 +0000 (19:11 +0000)
commit99a4c31425b021148a4e085cdedf67e7765c5a01
tree1445b9add7a4723e3d76b9f2b50339052b7cfb7d
parent9976cef4edfd1b24014f8bece428d43b5163beb0
resourceloader: Consistently pass inDebugMode to encodeJsCall() in load.php

Still quite a few were being minified unconditinally. This is in
preparation for adding unit tests for the startup module where
it'll make reading the unit tests (and looking at the diff in case
of a failure) a lot easier if the strings aren't minified.

Change-Id: Ia06787e0ce608fcafac4596c980606d06107f517
includes/resourceloader/ResourceLoader.php
tests/phpunit/ResourceLoaderTestCase.php