Index: trunk/phase3/includes/resourceloader/ResourceLoaderFileModule.php |
— | — | @@ -108,9 +108,9 @@ |
109 | 109 | * // Base path to prepend to all local paths in $options. Defaults to $IP |
110 | 110 | * 'localBasePath' => [base path], |
111 | 111 | * // Base path to prepend to all remote paths in $options. Defaults to $wgScriptPath |
112 | | - * 'remoteBasePath' => [base path], |
113 | | - * // Equivalent of remoteBasePath, but relative to $wgExtensionAssetsPath |
114 | | - * 'remoteExtPath' => [base path], |
| 112 | + * 'remoteBasePath' => [base path], |
| 113 | + * // Equivalent of remoteBasePath, but relative to $wgExtensionAssetsPath |
| 114 | + * 'remoteExtPath' => [base path], |
115 | 115 | * // Scripts to always include |
116 | 116 | * 'scripts' => [file path string or array of file path strings], |
117 | 117 | * // Scripts to include in specific language contexts |