Added externs

This commit is contained in:
Simon Brooke 2016-10-19 11:59:08 +01:00
parent 5676ba2612
commit c4a337da46

11
externs.js Normal file
View file

@ -0,0 +1,11 @@
/* 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(){}
}
};