js: Purge pm_conversations module from window.

All the changes are done using a script followed by updates to Node
tests and running eslint and prettier to fix formatting issues.
This commit is contained in:
Priyank Patel
2020-08-18 17:53:22 +00:00
committed by Anders Kaseorg
parent 305a1ac57d
commit d774bba1b9
11 changed files with 16 additions and 13 deletions

View File

@@ -8,6 +8,7 @@ const render_edit_content_button = require("../templates/edit_content_button.hbs
const emojisets = require("./emojisets");
const markdown_config = require("./markdown_config");
const pm_conversations = require("./pm_conversations");
// This is where most of our initialization takes place.
// TODO: Organize it a lot better. In particular, move bigger