youyesyet/externs.js
2016-10-19 11:59:08 +01:00

12 lines
231 B
JavaScript

/* Things which should not get renamed when compiling ClojureScript */
/* this block relates to the use of Leaflet */
var L = {
"map": {
"setView": function(){}
},
"tileLayer": {
"addTo": function(){}
}
};