eurostat.js 239 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 function eurostat_Provider () {} eurostat_Provider.prototype.selectData = function(data) { return JSONstat(data).Dataset( 0 ).toTable( { type : "arrobj" }); }; eurostat_Provider.prototype.addLimit = function(url) { return url; };