Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -2140,7 +2140,7 @@ |
2141 | 2141 | public function includeJQuery( $modules = array() ) { |
2142 | 2142 | global $wgScriptPath, $wgStyleVersion, $wgJsMimeType; |
2143 | 2143 | |
2144 | | - $supportedModules = array( 'ui' ); |
| 2144 | + $supportedModules = array( /** TODO: add things here */ ); |
2145 | 2145 | $unsupported = array_diff( $modules, $supportedModules ); |
2146 | 2146 | |
2147 | 2147 | $params = array( |