X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fresourceloader%2FResourceLoaderModule.php;h=c376fa7362db99c9877ec857af70e160dfe774f2;hb=6568edb9e2e6b3988d8355360fa891ddf06fbdfa;hp=a7fee8546b0b66f87b8bf7a3427a7562a718ce7e;hpb=61978a67a8840e62581e7e1b818fe81398581395;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/resourceloader/ResourceLoaderModule.php b/includes/resourceloader/ResourceLoaderModule.php index a7fee8546b..c376fa7362 100644 --- a/includes/resourceloader/ResourceLoaderModule.php +++ b/includes/resourceloader/ResourceLoaderModule.php @@ -335,17 +335,6 @@ abstract class ResourceLoaderModule implements LoggerAwareInterface { return 'local'; } - /** - * Whether this module's JS expects to work without the client-side ResourceLoader module. - * Returning true from this function will prevent mw.loader.state() call from being - * appended to the bottom of the script. - * - * @return bool - */ - public function isRaw() { - return false; - } - /** * Get a list of modules this module depends on. *