Added externs
This commit is contained in:
parent
5676ba2612
commit
c4a337da46
11
externs.js
Normal file
11
externs.js
Normal 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(){}
|
||||
}
|
||||
};
|
Loading…
Reference in a new issue