Fork me on GitHub
#cljsjs
<
2016-02-03
>
sooheon18:02:04

@rohit: Hm I’ve added these lines to my externs.js file:

nv.models.lineChart.useInteractiveGuideline = function(){};
nv.models.lineChart.xAxis.axisLabel = function(){};
nv.models.lineChart.yAxis.axisLabel = function(){};

jQuery.prototype.dropdown = function(){};
to no avail. My deps.cljs looks like {:externs ["externs.js”]}. How can I see if the cljs compiler is even aware of these extern definitions?

rohit18:02:28

pseudo-names is the only thing you have i think

rohit18:02:19

you could try passing your extern file in externs