https://gist.github.com/dukevis/9039575
I have code that, when I view it through a localhost while I'm editing, doesn't have any errors and shows up fine. However, when I uploaded it to gist and view it through the bl.ocks extension, the image doesn't load and results in various errors, including "undefined variable" (line 95). I'm wondering if there's a general reason why new errors would arise when uploaded to the web that weren't an issue when locally hosted, or if something specific is wrong with my code. Thanks!