changed one comment line
This commit is contained in:
parent
42c827434c
commit
bfc8ecfaa6
|
@ -325,8 +325,7 @@ class RecordingController {
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
// transform into a dictionary,
|
// transform into a dictionary for consistent ordering
|
||||||
// for consistent ordering
|
|
||||||
const result = {};
|
const result = {};
|
||||||
|
|
||||||
for (let i = 0; i < members.length; ++i) {
|
for (let i = 0; i < members.length; ++i) {
|
||||||
|
|
Loading…
Reference in New Issue