Skip to content

Commit f60bb38

Browse files
committed
Fixed linter warning
1 parent 2875827 commit f60bb38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tinymce/js/commonmodule.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ M.tinymce_recordrtc.start_recording = function(type, stream) {
161161
};
162162

163163
// Stop recording audio/video.
164-
M.tinymce_recordrtc.stop_recording = function (stream) {
164+
M.tinymce_recordrtc.stop_recording = function(stream) {
165165
// Stop recording microphone stream.
166166
mediaRecorder.stop();
167167

0 commit comments

Comments
 (0)