#36: Still not working, but good enough for now

The compiled clojurescript is still not correctly deployed in the war; however, it is now compiled correctly and does work, and can be moved into place manually after deployment.
This commit is contained in:
Simon Brooke 2017-03-29 10:22:13 +01:00
parent 63a0ac0aca
commit 6483b5ae9d
14 changed files with 24 additions and 29 deletions

View file

@ -1,12 +1,14 @@
/* I'm not certain that this file is still needed at all; however, it doesn't seem to be doing any harm. */
/* Things which should not get renamed when compiling ClojureScript */
/* this block relates to the use of Leaflet */
var L = {
"map": {
"setView": function(){}
},
"tileLayer": {
"map": {
"setView": function(){},
"eg": function(){}
},
"tileLayer": {
"addTo": function(){}
}
}
};