fix style issues

This commit is contained in:
Manuel Araoz 2014-04-24 20:56:36 -03:00
commit aa021125a0
5 changed files with 133 additions and 110 deletions

View file

@ -37,7 +37,6 @@ angular.module('copay.controllerUtils')
root.setupUxHandlers = function(w) {
var handlePeerVideo = function(err, peerID, url) {
if (err) {
root.onErrorDigest(err);
return;
}
$rootScope.videoSrc[peerID] = encodeURI(url);