Skip to content

Commit

Permalink
Add local copy of underscore.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Feb 8, 2024
1 parent 8f724c6 commit d7d2a92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R/context.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' @importFrom V8 new_context JS
get_context <- function(){
ctx <- V8::new_context("window")
ctx$source(system.file("js/underscore.js", package="V8"))
ctx$source(system.file("js/underscore.js", package="daff"))
ctx$source(system.file("js/daff.js", package="daff"))
ctx$source(system.file("js/util.js", package="daff"))
ctx
Expand Down
2 changes: 2 additions & 0 deletions inst/js/underscore.js

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

0 comments on commit d7d2a92

Please sign in to comment.