edgecase / bird-wave

An api for eBird data
0 stars 0 forks source link

Productionize cljs #16

Closed jxa closed 10 years ago

jxa commented 10 years ago
jxa commented 10 years ago

Enabling advanced-mode compilation is turning out to be a real pain due to those chained D3 calls.

jxa commented 10 years ago

Found it. We were just missing an extern declaration for d3.scale.quantile.prototype.invertExtent (!)

tennety commented 10 years ago

Grrr. I downloaded those externs from elsewhere on Github, figures that they were incomplete. Sorry about that, I just didn't want to put the entire d3 lib in the externs folder.