FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.45k stars 640 forks source link

"Uncaught TypeError: Type error" in ungit.js #83

Closed ryeddula closed 11 years ago

ryeddula commented 11 years ago

Happening on line 7413, and line 7440

Modifying these lines from:

context.setLineDash(undefined);

to

context.setLineDash([]);

Fixes it.

ryeddula commented 11 years ago

This was happening in chrome Version 30.0.1599.14 dev