Skip to content

Commit

Permalink
removed extra quote
Browse files Browse the repository at this point in the history
  • Loading branch information
stla committed Oct 27, 2023
1 parent e2c6280 commit b6e2ab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/jstree.R
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
#'
#' customMenu <- JS("function customMenu(node)
#' {
#' var tree = $('#'mytree').jstree(true);
#' var tree = $('#mytree').jstree(true);
#' var items = {
#' 'rename' : {
#' 'label' : 'Rename',
Expand Down
2 changes: 1 addition & 1 deletion man/jstree.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b6e2ab2

Please sign in to comment.