Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
WilCrofter committed May 15, 2014
1 parent 82c5789 commit a49eb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/menu.R
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ loadLesson.default <- function(e, courseU, lesson){
if(file.exists(initFile))local({
source(initFile, local=TRUE)
# NOTE: the order of the next two statements is important,
# since a referenct to e$snapshot will cause e to appear in
# since a reference to e$snapshot will cause e to appear in
# local environment.
xfer(environment(), globalenv())
e$snapshot <- as.list(environment())
Expand Down

0 comments on commit a49eb38

Please sign in to comment.