Skip to content

Commit

Permalink
Remove unnecessary 'var'.
Browse files Browse the repository at this point in the history
  • Loading branch information
upsuper committed Feb 3, 2015
1 parent cf559b5 commit 5a40e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h4>Your public IP addresses:</h4>
window.RTCPeerConnection = win.RTCPeerConnection;
window.mozRTCPeerConnection = win.mozRTCPeerConnection;
window.webkitRTCPeerConnection = win.webkitRTCPeerConnection;
var RTCPeerConnection = window.RTCPeerConnection
RTCPeerConnection = window.RTCPeerConnection
|| window.mozRTCPeerConnection
|| window.webkitRTCPeerConnection;
}
Expand Down

0 comments on commit 5a40e21

Please sign in to comment.