Skip to content

Commit

Permalink
Merge pull request #36 from jeroen/master
Browse files Browse the repository at this point in the history
Add local copy of underscore.js
  • Loading branch information
edwindj authored Feb 9, 2024
2 parents 8f724c6 + d7d2a92 commit 303e0a5
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 303e0a5

Please sign in to comment.