ResourceLoaderStartUpModule: Improve comment about modifiedTime hack
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 20 Mar 2014 04:32:30 +0000 (05:32 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 20 Mar 2014 04:34:21 +0000 (05:34 +0100)
commit45ffc8c937ff44716f8bc96b608410b57998a77b
tree6d701f90bd8599400c9d0ce4df495f19a12a27d3
parentd0259d497d7e76deecb357558beed51e1d21a807
ResourceLoaderStartUpModule: Improve comment about modifiedTime hack

* Re-ordering code to bring the modifiedTime hack and the
  loop it serves closer together.
* Separating the fact that it needs a value and the mtime of
  startup.js since that is just one of the three factors we use.
  This way it's clearer that the startup.js mtime is not just a
  bogus value, but not more or less important than wgCacheEpoch
  and modules mtime either.
* Remove duplicate '/* Methods */' comment, we already have this
  marker a few methods higher up.

Change-Id: Id3a07f02566c0f04b612b81f8353f70fa4ab3977
includes/resourceloader/ResourceLoaderStartUpModule.php