FS-8043 typo

This commit is contained in:
Brian West 2015-08-28 15:41:08 -05:00
parent 36abcab9f9
commit 181a97ca8d

View File

@ -244,7 +244,7 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora
for (var i in jQuery.verto.audioInDevices) {
var device = jQuery.verto.audioInDevices[i];
// Selecting the first source.
if (i == 0 && !storage.data.selectedVideo) {
if (i == 0 && !storage.data.selectedAudio) {
storage.data.selectedAudio = device.id;
}