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

@@ -1,5 +1,3 @@
global.stub_out_jquery();
add_dependencies({
people: 'js/people.js',
util: 'js/util.js',