Index: src/django_gheat/wlheatmap/static/heatmap.js
===================================================================
--- src/django_gheat/wlheatmap/static/heatmap.js	(revision 9641)
+++ src/django_gheat/wlheatmap/static/heatmap.js	(revision 9648)
@@ -25,5 +25,5 @@
       new OpenLayers.Control.OverviewMap({ 
         maximized : false,
-        mapOptions: { theme: null },
+        mapOptions: { theme: null }
       }),
       new OpenLayers.Control.MousePosition({ 'displayProjection' : projection_wgs }),
Index: src/django_gheat/wlheatmap/static/heatmap_extensions.js
===================================================================
--- src/django_gheat/wlheatmap/static/heatmap_extensions.js	(revision 9641)
+++ src/django_gheat/wlheatmap/static/heatmap_extensions.js	(revision 9648)
@@ -78,5 +78,5 @@
       signallayer[0].setUrl("tile/${z}/${x},${y}.png?colour=90,90,90&signaal__gte=" + sig.values[0] + "&signaal__lte=" + sig.values[1]);
       signallayer[0].redraw();
-    },
+    }
   });
   $("#select_sig_slider").slider({
@@ -88,5 +88,5 @@
     slide: function(event, sig){
       update_sig_slider(sig.values[0], sig.values[1]);
-    },
+    }
   });
 
Index: src/django_gheat/wlheatmap/templates/js/LayerBase.js
===================================================================
--- src/django_gheat/wlheatmap/templates/js/LayerBase.js	(revision 9641)
+++ src/django_gheat/wlheatmap/templates/js/LayerBase.js	(revision 9648)
@@ -231,5 +231,5 @@
     pointRadius: "${getSize}", // using context.getSize(feature)
     fillColor: "${getColor}", // using context.getColor(feature)
-    strokeWidth: 0.5,
+    strokeWidth: 0.5
 };
 var nodesStyle = new OpenLayers.Style(template, {context: context});
