Updating doc block.

This commit is contained in:
mark_story 2009-08-11 23:33:41 -04:00
parent 856392e916
commit 6b575673f7

View file

@ -215,7 +215,7 @@ class JsHelper extends AppHelper {
/**
* Get all the cached scripts
*
* @param boolean $clear Whether or not to clear the script caches
* @param boolean $clear Whether or not to clear the script caches (default true)
* @return array Array of scripts added to the request.
**/
function getBuffer($clear = true) {