jonathangeiger / kohana-jelly

See the link below for the most up-to-date code
https://github.com/creatoro/jelly
MIT License
146 stars 34 forks source link

[unstable] Jelly::behavior() fails when $options not set #175

Open biakaveron opened 13 years ago

biakaveron commented 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())