diff options
Diffstat (limited to 'www/js')
-rw-r--r-- | www/js/fixmystreet.js | 2 | ||||
-rw-r--r-- | www/js/map-OpenLayers.js | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/www/js/fixmystreet.js b/www/js/fixmystreet.js index c0fe437..29de3ef 100644 --- a/www/js/fixmystreet.js +++ b/www/js/fixmystreet.js @@ -1,4 +1,4 @@ -/* +/* -*- mode: espresso; espresso-indent-level: 4; indent-tabs-mode: nil -*- * fixmystreet.js * FixMyStreet JavaScript */ diff --git a/www/js/map-OpenLayers.js b/www/js/map-OpenLayers.js index c462849..e64ff55 100644 --- a/www/js/map-OpenLayers.js +++ b/www/js/map-OpenLayers.js @@ -1,3 +1,5 @@ +// -*- mode: espresso; espresso-indent-level: 4; indent-tabs-mode: nil -*- + // This function might be passed either an OpenLayers.LonLat (so has // lon and lat) or an OpenLayers.Geometry.Point (so has x and y) function fixmystreet_update_pin(lonlat) { |