]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/index/directions.js
Enforce consistent indentation in javascript code
[rails.git] / app / assets / javascripts / index / directions.js
index 4283ef5aa7ef5ca7f57208fcc7fab8b4dd15e604..b14c05e29a3e1781af700a6e459af2b6a294fdf8 100644 (file)
@@ -260,11 +260,11 @@ OSM.Directions = function (map) {
 
       // Add each row
       route.steps.forEach(function (step) {
-        var ll        = step[0],
-          direction   = step[1],
-          instruction = step[2],
-          dist        = step[3],
-          lineseg     = step[4];
+        var ll          = step[0],
+            direction   = step[1],
+            instruction = step[2],
+            dist        = step[3],
+            lineseg     = step[4];
 
         if (dist < 5) {
           dist = "";