resourceloader: Use 'this' to access the mw.loader.store internally
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 31 Aug 2018 02:21:25 +0000 (03:21 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Fri, 31 Aug 2018 02:22:54 +0000 (03:22 +0100)
commit7e29cd833a4fb4bb837a66ee30dc8c839c68885e
tree2c350b870812c7878298d6236318431f099f444e
parent486905a17f33e02484897c84c3084529f9e87472
resourceloader: Use 'this' to access the mw.loader.store internally

Shorter and more intuitive. All of these functions are always
called as methods on the mw.loader.store objects, not detached.

Change-Id: If26851eac1530f023228897392c5067c6e8927af
resources/src/startup/mediawiki.js