bramp / js-sequence-diagrams

Draws simple SVG sequence diagrams from textual representation of the diagram
https://bramp.github.io/js-sequence-diagrams/
BSD 2-Clause "Simplified" License
7.81k stars 1.08k forks source link

Updating to work with lodash #150

Closed ScopiCisco closed 8 years ago

ScopiCisco commented 8 years ago

Removed the use of "context" parameter from _.each as lodash doesn't support the third parameter.

Also changed .all to .every to be consistent for both lodash and underscore.

bramp commented 8 years ago

Very cool! Thanks.