From 5a94d605c5f1beb5ec89d55b55211e9cedefdcad Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Fri, 3 Dec 2010 13:04:01 +0000 Subject: [PATCH] Spaces to tabs in r77011 --- includes/resourceloader/ResourceLoaderFileModule.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/resourceloader/ResourceLoaderFileModule.php b/includes/resourceloader/ResourceLoaderFileModule.php index b569d253b5..b4fb38d721 100644 --- a/includes/resourceloader/ResourceLoaderFileModule.php +++ b/includes/resourceloader/ResourceLoaderFileModule.php @@ -108,9 +108,9 @@ class ResourceLoaderFileModule extends ResourceLoaderModule { * // Base path to prepend to all local paths in $options. Defaults to $IP * 'localBasePath' => [base path], * // Base path to prepend to all remote paths in $options. Defaults to $wgScriptPath - * 'remoteBasePath' => [base path], - * // Equivalent of remoteBasePath, but relative to $wgExtensionAssetsPath - * 'remoteExtPath' => [base path], + * 'remoteBasePath' => [base path], + * // Equivalent of remoteBasePath, but relative to $wgExtensionAssetsPath + * 'remoteExtPath' => [base path], * // Scripts to always include * 'scripts' => [file path string or array of file path strings], * // Scripts to include in specific language contexts -- 2.20.1