Skip to content

Commit

Permalink
dict: Add documentation for why we have dict.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
timabbott committed Feb 5, 2018
1 parent 19acc17 commit 6e0f3a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/js/dict.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/* Constructs a new Dict object.
*
* This module primarily exists to support the fold_case option,
* because so many string keys in Zulip are case-insensitive (emails,
* stream names, topics, etc.).
*
* Dict(opt) -> the new Dict will be empty
*
Expand Down

0 comments on commit 6e0f3a9

Please sign in to comment.