FS-8205 [verto_communicator] fix refresh video callback

This commit is contained in:
Stefan Yohansson 2015-09-24 14:57:16 -03:00 committed by Ken Rice
parent b213ceaf51
commit f13308910c

View File

@ -279,7 +279,7 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora
data.canVideo = true;
}
if(callback) {
if(angular.isFunction(callback)) {
callback();
}
},