Skip to content

Commit

Permalink
fixing broken log ref
Browse files Browse the repository at this point in the history
  • Loading branch information
creighton committed Apr 29, 2015
1 parent dc62c5b commit 27ffb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xapiwrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ function isDate(date) {
for (var p in obj2)
{
prop = obj2[p];
ADL.XAPIWrapper.log(p + " : " + prop);
log(p + " : " + prop);
try
{
// Property in destination object set; update its value.
Expand Down

1 comment on commit 27ffb5d

@creighton
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix #48

Please sign in to comment.