From 6b575673f7a42c38e73bd52d80507f40306f6bc6 Mon Sep 17 00:00:00 2001 From: mark_story Date: Tue, 11 Aug 2009 23:33:41 -0400 Subject: [PATCH] Updating doc block. --- cake/libs/view/helpers/js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/libs/view/helpers/js.php b/cake/libs/view/helpers/js.php index 3073e728721..5b2a61ff602 100644 --- a/cake/libs/view/helpers/js.php +++ b/cake/libs/view/helpers/js.php @@ -215,7 +215,7 @@ function buffer($script) { /** * 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) {