Temasys / SkylinkJS

SkylinkJS Javascript WebRTC SDK
http://skylink.io/web
Other
275 stars 57 forks source link

ESS-1414: Renaming error parameter correctly in callback #372

Closed ishannaithani closed 5 years ago

ishannaithani commented 5 years ago

Purpose of this PR: The error parameter for anonymous function returned by retrieveFn was incorrectly named to err and referred to as error in the scope below it. This PR is to rename it correctly to avoid undef errors.

See ESS-1414 for more details.