PitchInteractiveInc / Phinch

Phinch is an open-source framework for visualizing biological data, funded by a grant from the Alfred P. Sloan foundation. This project represents an interdisciplinary collaboration between Pitch Interactive, a data visualization studio in Oakland, CA, and biological researchers at UC Riverside.
http://phinch.org/
BSD 2-Clause "Simplified" License
149 stars 30 forks source link

Fix variable name #49

Open bgruening opened 9 years ago

bgruening commented 9 years ago

Fix for this JS error: Uncaught ReferenceError: _i is not defined. Don't know why I get this, but this fixes it for me.

martenson commented 9 years ago

@bgruening when are you getting this error?

bgruening commented 9 years ago

If I remember correctly during file loading. The generated JS file is referencing a _i which is not defined.

blankenberg commented 8 years ago

xref https://github.com/PitchInteractiveInc/Phinch/pull/54 ping @martenson

blankenberg commented 8 years ago

+1