MDL-78770 atto_recordrtc: Use proper window.console.warn() function
This commit is contained in:
+1
-1
@@ -204,7 +204,7 @@ M.atto_recordrtc.commonmodule = {
|
||||
}
|
||||
}
|
||||
|
||||
window.console.warning('Unknown file type for MediaRecorder API');
|
||||
window.console.warn('Unknown file type for MediaRecorder API');
|
||||
return '';
|
||||
},
|
||||
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -204,7 +204,7 @@ M.atto_recordrtc.commonmodule = {
|
||||
}
|
||||
}
|
||||
|
||||
window.console.warning('Unknown file type for MediaRecorder API');
|
||||
window.console.warn('Unknown file type for MediaRecorder API');
|
||||
return '';
|
||||
},
|
||||
|
||||
|
||||
@@ -202,7 +202,7 @@ M.atto_recordrtc.commonmodule = {
|
||||
}
|
||||
}
|
||||
|
||||
window.console.warning('Unknown file type for MediaRecorder API');
|
||||
window.console.warn('Unknown file type for MediaRecorder API');
|
||||
return '';
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user