changed one comment line

This commit is contained in:
Radium Zheng 2018-07-16 14:33:01 +10:00
parent 42c827434c
commit bfc8ecfaa6
1 changed files with 1 additions and 2 deletions

View File

@ -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) {