Skip to content

Commit 8a7c67e

Browse files
committed
Merge pull request pipwerks#23 from moloko/issue/pipwerks#22
add logging of 'set' calls
2 parents aeffdee + 7d142d3 commit 8a7c67e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scorm-api-wrapper",
3-
"version": "1.1.20150614",
3+
"version": "1.1.20150309",
44
"description": "The pipwerks SCORM API Wrapper ",
55
"main": "index.js",
66
"scripts": {

src/JavaScript/SCORM_API_wrapper.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/* ===========================================================
44
55
pipwerks SCORM Wrapper for JavaScript
6-
v1.1.20150614
6+
v1.1.20160309
77
88
Created by Philip Hutchison, January 2008-2014
99
https://github.com/pipwerks/scorm-api-wrapper
@@ -569,6 +569,8 @@ pipwerks.SCORM.data.set = function(parameter, value){
569569

570570
}
571571

572+
trace(traceMsgPrefix +" value: " +value);
573+
572574
return success;
573575

574576
};

0 commit comments

Comments
 (0)