Skip to content

Commit

Permalink
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 10, 2010
2 parents 5c4d46a + 9fe5f36 commit eda79ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/view/helpers/js.php
Expand Up @@ -822,7 +822,7 @@ abstract public function each($callback);
* @param array $options Array of options for the effect.
* @return string completed string with effect.
*/
abstract public function effect($name, $options);
abstract public function effect($name, $options = array());

/**
* Make an XHR request
Expand Down

0 comments on commit eda79ae

Please sign in to comment.