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