Skip to content

Commit

Permalink
moved API.js to the libraries folder and renamed it to SCORM_API_wrap…
Browse files Browse the repository at this point in the history
…per.js (to match the name in the source repo)
  • Loading branch information
moloko authored and tomgreenfield committed Aug 30, 2018
1 parent fd5f531 commit 3297d26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/scorm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
define([
'./scorm/API',
'libraries/SCORM_API_wrapper',
'./scorm/wrapper',
'./scorm/logger'
], function(API, wrapper, logger) {
Expand Down
File renamed without changes.

0 comments on commit 3297d26

Please sign in to comment.