Open biakaveron opened 13 years ago
new Jelly_Behavior_Foo() works fine.
public static function behavior($type, $options = NULL)
should be public static function behavior($type, $options = array())
new Jelly_Behavior_Foo() works fine.
should be public static function behavior($type, $options = array())