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)
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


No differences found