Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
Added
Browse files Browse the repository at this point in the history
  • Loading branch information
ekr committed Feb 1, 2012
1 parent a761e34 commit 4cb4f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/static/js/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var ajax = function(params) {

var CallingClient = function(config_, username, peer, video_, ready_cb) {
var poll_timeout = 1000; // ms

var pc = null;
var config = $.extend({}, config_);
var video = $.extend({}, video_);
var state = "INIT";
Expand Down

0 comments on commit 4cb4f5e

Please sign in to comment.