CodethinkLabs / software-dependency-visualizer

Prototype software dependency visualizer tool
Apache License 2.0
0 stars 1 forks source link

doesn't work at all on Safari (or iOS) #46

Open devcurmudgeon opened 8 years ago

devcurmudgeon commented 8 years ago

all I see under 'Package a' is a screen-wide grey rectangle, containing a small blue circle.

screen shot 2016-07-12 at 12 08 33
jmacarthur commented 8 years ago

Thanks Paul. It also breaks on Firefox; we'll try and figure out what's wrong.

jmacarthur commented 8 years ago

It's because we were declaring functions inside an if-statement body. Chromium appears to let these through but they shouldn't be allowed; a fix is incoming.