From cc67907fc7bcb3d897cdaff34bda6520adcf99f0 Mon Sep 17 00:00:00 2001 From: Barbara Borges Ribeiro Date: Sat, 31 Dec 2016 02:25:51 +0000 Subject: [PATCH] uncommenting --- R/input-utils.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/R/input-utils.R b/R/input-utils.R index 51e49f372..6aa901533 100644 --- a/R/input-utils.R +++ b/R/input-utils.R @@ -3,9 +3,9 @@ controlLabel <- function(controlName, label) { } -# # Before shiny 0.9, `selected` refers to names/labels of `choices`; now it -# # refers to values. Below is a function for backward compatibility. It also -# # coerces the value to `character`. +# Before shiny 0.9, `selected` refers to names/labels of `choices`; now it +# refers to values. Below is a function for backward compatibility. It also +# coerces the value to `character`. validateSelected <- function(selected, choices, inputId, choicesNames, choicesValues) { # this line accomplishes two tings: # - coerces selected to character