mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08: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> |
||
|---|---|---|
| .. | ||
| 00-realm-creation.js | ||
| 01-login.js | ||
| 02-site.js | ||
| 03-narrow.js | ||
| 04-compose.js | ||
| 05-subscriptions.js | ||
| 06-settings.js | ||
| 07-stars.js | ||
| 08-edit.js | ||
| 09-navigation.js | ||
| 10-admin.js | ||
| 11-mention.js | ||
| 12-toggle-message-editing.js | ||
| 13-user-deactivation.js | ||
| 14-drafts.js | ||
| 15-delete-message.js | ||
| 16-copy-and-paste.js | ||