Browse Source

changed one comment line

master
Radium Zheng 7 years ago
parent
commit
bfc8ecfaa6
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      react/features/local-recording/controller/RecordingController.js

+ 1
- 2
react/features/local-recording/controller/RecordingController.js View File

@@ -325,8 +325,7 @@ class RecordingController {
325 325
                 };
326 326
             });
327 327
 
328
-        // transform into a dictionary,
329
-        // for consistent ordering
328
+        // transform into a dictionary for consistent ordering
330 329
         const result = {};
331 330
 
332 331
         for (let i = 0; i < members.length; ++i) {

Loading…
Cancel
Save