youyesyet/externs.js
2016-10-19 13:26:55 +01:00

13 lines
232 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(){}
}
};