Skip to content

Commit

Permalink
Expose get_dir method in TutorialList
Browse files Browse the repository at this point in the history
  • Loading branch information
railsjack committed Jul 20, 2019
1 parent eaf2077 commit cd88838
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion player/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ var TutorialList = function () {
}
return {
load: _load,
set_dir: _set_dir
set_dir: _set_dir,
get_dir: _get_dir
}
}();

Expand Down

0 comments on commit cd88838

Please sign in to comment.