mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-08 21:55:02 -05:00
fix bad comma usage
This commit is contained in:
@@ -136,11 +136,11 @@ RLog <- R6Class(
|
||||
paste0("ctx", ctxId)
|
||||
},
|
||||
namesIdStr = function(reactId) {
|
||||
paste0("names(", reactId, ")"),
|
||||
paste0("names(", reactId, ")")
|
||||
},
|
||||
asListIdStr = function(reactId) {
|
||||
paste0("as.list(", reactId, ")")
|
||||
}
|
||||
},
|
||||
asListAllIdStr = function(reactId) {
|
||||
paste0("as.list(", reactId, ", all.names = TRUE)")
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user