From 58446e0785e6a5193d3773738289f851343702e9 Mon Sep 17 00:00:00 2001 From: mark_story Date: Tue, 24 Nov 2009 11:57:56 -0500 Subject: [PATCH] Adding documentation note about $options['q'] Refs #357 --- cake/libs/view/helpers/javascript.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/libs/view/helpers/javascript.php b/cake/libs/view/helpers/javascript.php index ec68f6580..29ee2281a 100644 --- a/cake/libs/view/helpers/javascript.php +++ b/cake/libs/view/helpers/javascript.php @@ -582,7 +582,7 @@ class JavascriptHelper extends AppHelper { * - postfix - Appends the string to the returned data. Default is '' * - stringKeys - A list of array keys to be treated as a string. * - quoteKeys - If false treats $stringKeys as a list of keys **not** to be quoted. Default is true. - * - q - The type of quote to use. Default is "'" + * - q - The type of quote to use. Default is '"'. This option only affects the keys, not the values. * * @param array $data Data to be converted * @param array $options Set of options: block, prefix, postfix, stringKeys, quoteKeys, q