From c4a337da46dcc325a50da6e3eed344dc5c918b04 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Wed, 19 Oct 2016 11:59:08 +0100 Subject: [PATCH] Added externs --- externs.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 externs.js diff --git a/externs.js b/externs.js new file mode 100644 index 0000000..7588834 --- /dev/null +++ b/externs.js @@ -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(){} + } +};