resourceloader: Add missing @private and @protected to mw.loader methods
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 4 Aug 2016 22:45:39 +0000 (15:45 -0700)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 4 Aug 2016 22:49:29 +0000 (15:49 -0700)
commit46719f112c0d17c8768ab02109fb0f9013008b5f
treea1e8f70ba9448860f5d99e83f5982f8cf215af75
parentd181ba1a9b00e7b7e418b82e0b0def3cc184e48d
resourceloader: Add missing @private and @protected to mw.loader methods

Several local functions were indexed by JSDuck as mw.loader methods whereas
they are in fact they don't even exist on that object. Mark them as @private.

Also add @protected on the internal methods 'work()' and 'require()',
which are public but not for general use (and may change without warning).

Change-Id: If521cc5ae4a565a46161890cf32e95a8c7f4ca50
resources/src/mediawiki/mediawiki.js