Skip to content

Commit 0d31c9d

Browse files
committed
fix typo
1 parent 52053aa commit 0d31c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/lineup.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ renderLineup <- function(expr,
325325
if (!quoted) {
326326
expr <- substitute(expr)
327327
} # force quoted
328-
htmlwidgets::jj(expr, lineupOutput, env, quoted = TRUE)
328+
htmlwidgets::shinyRenderWidget(expr, lineupOutput, env, quoted = TRUE)
329329
}
330330

331331
#' Shiny bindings for taggle

0 commit comments

Comments
 (0)