Skip to content

Commit

Permalink
Merge pull request #13 from xob/scorm2004
Browse files Browse the repository at this point in the history
Add a SCORM 2004 API
  • Loading branch information
gabrieldoty authored Aug 26, 2018
2 parents b27ee40 + 7bba114 commit fa7f6ae
Show file tree
Hide file tree
Showing 8 changed files with 1,630 additions and 142 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = function(grunt) {
var banner = "/*! <%= pkg.name %> v<%= pkg.version %> - <%= grunt.template.today('yyyy-mm-dd') %> */";
var srcFiles = ["src/init.js", "src/constants.js", "src/jsonFormatter.js", "src/baseAPI.js", "src/scormAPI.js"];
var srcFiles = ["src/init.js", "src/constants.js", "src/jsonFormatter.js", "src/baseAPI.js", "src/scormAPI.js", "src/scormAPI2004.js"];
var testFiles = srcFiles.concat("test/**/*.js");

grunt.initConfig({
Expand Down
Loading

0 comments on commit fa7f6ae

Please sign in to comment.