Browse Source

Fixed typo.

pull/137/head
Simon Eisenmann 11 years ago
parent
commit
c85b4da08e
  1. 2
      static/js/mediastream/peerconnection.js

2
static/js/mediastream/peerconnection.js

@ -307,7 +307,7 @@ define(['jquery', 'underscore', 'webrtc.adapter'], function($, _) { @@ -307,7 +307,7 @@ define(['jquery', 'underscore', 'webrtc.adapter'], function($, _) {
PeerConnection.prototype.getStreamById = function() {
return this.pc.getStreamById.appy(this.pc, arguments);
return this.pc.getStreamById.apply(this.pc, arguments);
};

Loading…
Cancel
Save