mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
With webpack, variables declared in each file are already file-local (Global variables need to be explicitly exported), so these IIFEs are no longer needed. Signed-off-by: Anders Kaseorg <andersk@mit.edu>