aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
diff options
context:
space:
mode:
authorMark Longair <mhl@pobox.com>2012-11-02 11:45:42 +0000
committerMark Longair <mhl@pobox.com>2012-11-02 11:49:34 +0000
commit35f12a197f6dc89c9ac5dc1489c5755a3190a454 (patch)
treed4e271f6ca7b93cb5e4ca4061766e0e8d451b01b /www/js
parent9220d642f5e40b2d69607ca583a0117be5afe3cd (diff)
Add some Emacs mode hints
Diffstat (limited to 'www/js')
-rw-r--r--www/js/fixmystreet.js2
-rw-r--r--www/js/map-OpenLayers.js2
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) {