minor: Tweak js-dep-visualizer configuration.

This commit is contained in:
Steve Howell 2017-04-24 14:46:34 -07:00
parent 744f4aa663
commit 232e1e4006
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ def find_edges_to_remove(graph, methods):
('compose_actions', 'compose'),
('compose_actions', 'resize'),
('settings_streams', 'stream_data'),
('drafts', 'hashchange'),
] # type: List[Edge]
def is_exempt(edge):