Skip to content

Commit 303e0a5

Browse files
authored
Merge pull request #36 from jeroen/master
Add local copy of underscore.js
2 parents 8f724c6 + d7d2a92 commit 303e0a5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

R/context.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' @importFrom V8 new_context JS
22
get_context <- function(){
33
ctx <- V8::new_context("window")
4-
ctx$source(system.file("js/underscore.js", package="V8"))
4+
ctx$source(system.file("js/underscore.js", package="daff"))
55
ctx$source(system.file("js/daff.js", package="daff"))
66
ctx$source(system.file("js/util.js", package="daff"))
77
ctx

inst/js/underscore.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)