Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfakhri committed Jan 15, 2017
1 parent d4ea43e commit 1ed3727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webrtc-star/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function WebRTCStar () {
options = {}
}

callback = callback || function () {}
callback = callback || function () {}

const intentId = (~~(Math.random() * 1e9)).toString(36) + Date.now()
const sioClient = listeners[Object.keys(listeners)[0]].io
Expand Down

0 comments on commit 1ed3727

Please sign in to comment.