From adce4515203b41187ab7636a8b1ca301b0207d3f Mon Sep 17 00:00:00 2001 From: timelyportfolio Date: Mon, 5 Dec 2016 12:20:38 -0600 Subject: [PATCH] change => to work in RStudio --- inst/examples/vue_component_examples.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/examples/vue_component_examples.R b/inst/examples/vue_component_examples.R index 2736752..7b9b4fa 100644 --- a/inst/examples/vue_component_examples.R +++ b/inst/examples/vue_component_examples.R @@ -193,7 +193,7 @@ tl_tree <- tagList( "@check-change" = "handleCheckChange" ) ), - tags$pre("{{checkedNodes.map(d=>d.name) | json}}") + tags$pre("{{checkedNodes.map(function(d){return d.name}) | json}}") ), vue( list(