Skip to content

Commit 5238a1f

Browse files
authored
Merge pull request #463 from ramnathv/s3-consistency
`as.tags.htmlwidget()` should accept `...`
2 parents 843eee9 + b7320a7 commit 5238a1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ Suggests:
2929
Enhances: shiny (>= 1.1)
3030
URL: https://github.com/ramnathv/htmlwidgets
3131
BugReports: https://github.com/ramnathv/htmlwidgets/issues
32-
RoxygenNote: 7.2.1
32+
RoxygenNote: 7.2.3
3333
Encoding: UTF-8

R/htmlwidgets.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ print.suppress_viewer <- function(x, ..., view = interactive()) {
5050

5151
#' @method as.tags htmlwidget
5252
#' @export
53-
as.tags.htmlwidget <- function(x, standalone = FALSE) {
53+
as.tags.htmlwidget <- function(x, standalone = FALSE, ...) {
5454
toHTML(x, standalone = standalone)
5555
}
5656

0 commit comments

Comments
 (0)