Add people.initialize().

This makes us not have to stub jquery in many of our node
tests!
This commit is contained in:
Steve Howell
2017-05-23 19:15:52 -07:00
parent 43487c6c3f
commit c02f4b4756
19 changed files with 3 additions and 33 deletions

View File

@@ -241,6 +241,7 @@ $(function () {
// initialize other stuff
reload.initialize();
people.initialize();
markdown.initialize();
composebox_typeahead.initialize();
search.initialize();