Merge branch 'master' of github.com:simon-brooke/youyesyet

This commit is contained in:
simon 2016-10-19 12:02:04 +01:00
commit 58db251505

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