Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
agsh committed May 15, 2020
1 parent 7c5a309 commit 88c70d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cam.js
Expand Up @@ -68,7 +68,7 @@ const http = require('http')
* });
*/
var Cam = function(options, callback) {
EventEmitter.call(this);
events.EventEmitter.call(this);
callback = callback || emptyFn;
this.hostname = options.hostname;
this.username = options.username;
Expand Down

0 comments on commit 88c70d4

Please sign in to comment.