2010-05-03 Steffen Kamper <info@sk-typo3.de>
+ * Fixed bug #14283: Loading scriptaculous with all modules fails with t3lib_compressor (thanks to Steffen Gebert)
* Fixed bug #7795: opendocs: documents are opened without pagetree (thanks to Stefan Galinski)
* Fixed bug #14144: Positioning of toolbar elements broken, especially in Safari (thanks to Stefan Galinski)
* @param string $modules add modules you need. use "all" if you need complete modules
* @return void
*/
- public function loadScriptaculous($modules = '') {
+ public function loadScriptaculous($modules = 'all') {
// Scriptaculous require prototype, so load prototype too.
$this->addPrototype = TRUE;
$this->addScriptaculous = TRUE;