Spaces to tabs in r77011
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 3 Dec 2010 13:04:01 +0000 (13:04 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 3 Dec 2010 13:04:01 +0000 (13:04 +0000)
includes/resourceloader/ResourceLoaderFileModule.php

index b569d25..b4fb38d 100644 (file)
@@ -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