Don't cache $wgResourceLoaderLESSVars in a static
authorOri Livneh <ori@wikimedia.org>
Fri, 18 Apr 2014 19:11:42 +0000 (12:11 -0700)
committerOri Livneh <ori@wikimedia.org>
Fri, 18 Apr 2014 19:11:42 +0000 (12:11 -0700)
commita2bf2346cdaa4b4dce7b005f20220c3ceb56f6bb
treed5b8bda3d6b4a2a8c7d9672dddd180ebff0fdb59
parente7e6eab6af83cc6f54bc16200a3720003f69f422
Don't cache $wgResourceLoaderLESSVars in a static

Caching the value of $wgResourceLoaderLESSVars in a static variable that is
enclosed in a closure makes it harder to reset global state for test runs, and
it does so in the name of a performance benefit that is miniscule.

Change-Id: I0958b03818f56ab73c8c9124daa9e54cc59f2428
includes/resourceloader/ResourceLoader.php