Skip to content

Commit

Permalink
Merge pull request pipwerks#23 from moloko/issue/pipwerks#22
Browse files Browse the repository at this point in the history
add logging of 'set' calls
  • Loading branch information
pipwerks committed Mar 22, 2016
2 parents aeffdee + 7d142d3 commit 8a7c67e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scorm-api-wrapper",
"version": "1.1.20150614",
"version": "1.1.20150309",
"description": "The pipwerks SCORM API Wrapper ",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 3 additions & 1 deletion src/JavaScript/SCORM_API_wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* ===========================================================
pipwerks SCORM Wrapper for JavaScript
v1.1.20150614
v1.1.20160309
Created by Philip Hutchison, January 2008-2014
https://github.com/pipwerks/scorm-api-wrapper
Expand Down Expand Up @@ -569,6 +569,8 @@ pipwerks.SCORM.data.set = function(parameter, value){

}

trace(traceMsgPrefix +" value: " +value);

return success;

};
Expand Down

0 comments on commit 8a7c67e

Please sign in to comment.