fix #15: comment function checkNullValuesInChoices

This commit is contained in:
Julien Fastré 2016-05-26 21:00:06 +02:00
parent dc98fd9d86
commit a4b4365f7b

View File

@ -124,7 +124,12 @@ var chill = function() {
}
/**
* TODO : DOC
* Mark the choices "not specified" as check by default.
*
* This function apply to `custom field choices` when the `required`
* option is false and `expanded` is true (checkboxes or radio buttons).
*
* @param{string} choice_name the name of the input
*/
function checkNullValuesInChoices(choice_name) {
var choices;