Galooshi / happo

Visual diffing in CI for user interfaces
504 stars 16 forks source link

Allow async done callback to take no arguments #142

Closed lencioni closed 8 years ago

lencioni commented 8 years ago

In 5428434cc1f we changed Happo to include all nodes in screenshots. This means that the async done callback doesn't need to take any arguments. However, we still had some code here enforcing this.