adlnet / xAPIWrapper

Wrapper to simplify communication to an LRS
https://adlnet.gov/projects/xapi/
Apache License 2.0
219 stars 114 forks source link

Missing var keyword #130

Closed oliverfoster closed 5 years ago

oliverfoster commented 5 years ago

A couple of places where variables mistakenly end up in the global scope.

https://github.com/adlnet/xAPIWrapper/blob/master/src/xapiwrapper.js#L146 https://github.com/adlnet/xAPIWrapper/blob/master/src/xapiwrapper.js#L1281

oliverfoster commented 5 years ago

merged