Files
iD/modules
Bryan Housel e31e84b109 Simplify some things I found confusing
- class the #sidebar itself as collapsed not the #id-container
- the #sidebar is the selection, so just use `selection` instead of
  `var sidebar = d3_select('#sidebar');`
  (which conflicts with the closure `sidebar()` function)
- have separate functions `expand` `collapse` `toggle` rather than a
  `toggle(shouldCollapse)`
2018-11-06 15:08:05 -05:00
..
2018-08-29 00:55:36 -04:00
2018-03-22 16:51:53 -04:00
2018-07-14 19:15:25 -04:00
2018-11-06 13:09:04 -05:00
2018-11-06 15:08:05 -05:00