Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed May 3, 2019
1 parent e0eaa58 commit 3d6f734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/update-input.R
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ updateSliderInput <- function(session, inputId, label = NULL, value = NULL,
min = NULL, max = NULL, step = NULL, timeFormat = NULL, timezone = NULL)
{
# If no min/max/value is provided, we won't know the
# type, and this will return NULL
# type, and this will return an empty string
dataType <- getSliderType(min, max, value)

if (is.null(timeFormat)) {
Expand Down

0 comments on commit 3d6f734

Please sign in to comment.