Fix "subjects" in JS comments. Say "topics" instead.

This commit is contained in:
Steve Howell
2016-10-28 10:07:25 -07:00
committed by Tim Abbott
parent 5fd71a6381
commit eb64b32bc8
3 changed files with 3 additions and 3 deletions

View File

@@ -500,7 +500,7 @@ exports.update_dom_with_unread_counts = function (counts) {
set_count("stream", stream, count);
});
// counts.subject_count maps streams to hashes of subjects to counts
// counts.subject_count maps streams to hashes of topics to counts
counts.subject_count.each(function (subject_hash, stream) {
var stream_li = get_filter_li('stream', stream);
subject_hash.each(function (count, subject) {