#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:
parent
63a0ac0aca
commit
6483b5ae9d
14 changed files with 24 additions and 29 deletions
12
externs.js
12
externs.js
|
|
@ -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(){}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue