Browse Source

Fixed typo.

pull/3/head
Simon Eisenmann 12 years ago
parent
commit
1b99fa497f
  1. 2
      static/js/directives/screenshare.js

2
static/js/directives/screenshare.js

@ -67,7 +67,7 @@ define(['jquery', 'underscore', 'text!partials/screenshare.html', 'text!partials @@ -67,7 +67,7 @@ define(['jquery', 'underscore', 'text!partials/screenshare.html', 'text!partials
});
},
closed: function(peerscreenshare) {
console.log("PeerScreenshare closed". peerscreenshare);
console.log("PeerScreenshare closed", peerscreenshare);
safeApply($scope, function(scope) {
scope.removeRemoteStream(null, peerscreenshare);
scope.connected = false;

Loading…
Cancel
Save