dasmoth / dalliance

Interactive web-based genome browser.
http://www.biodalliance.org/
BSD 2-Clause "Simplified" License
226 stars 68 forks source link

Add missing import for saltURL in bin.js #94

Closed ymen closed 10 years ago

ymen commented 10 years ago

@dasmoth

There seems to be a unresolved saltURL variable in bin.js, which seems to be solved by importing it from utils.

Discovered this when I was trying a Trix-based gene search on a Safari, which triggered an exception:

screen shot 2014-08-25 at 6 22 07 pm

dasmoth commented 10 years ago

Thanks!

The following line of bin.js actually does the same thing as saltURL -- the plan way to avoid cross-module dependencies in this case -- but for some reason the call to saltURL never got removed. I've fixed this now (also 0.12.x branch).