Sungrazr_Js_Optimize_Plugin: [FIX] E_STRICT tweak
--- trunk/Sungrazr/Js/Optimize/Plugin.php 2007-06-14 23:20:30 UTC (rev 88)
+++ trunk/Sungrazr/Js/Optimize/Plugin.php 2007-07-31 04:59:52 UTC (rev 89)
@@ -181,7 +181,7 @@
* @return string The text after processing.
*
*/
- public function process($text)
+ public function process($text = null)
{
return $text;
}