Merge branch 'master' of github.com:simon-brooke/youyesyet
This commit is contained in:
commit
58db251505
1 changed files with 11 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue