Ignore:
Timestamp:
Sep 2, 2011, 9:19:47 PM (13 years ago)
Author:
rick
Message:

Bunch of comma fixes to make IE happy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/wlheatmap/templates/js/LayerBase.js

    r9641 r9648  
    231231    pointRadius: "${getSize}", // using context.getSize(feature)
    232232    fillColor: "${getColor}", // using context.getColor(feature)
    233     strokeWidth: 0.5,
     233    strokeWidth: 0.5
    234234};
    235235var nodesStyle = new OpenLayers.Style(template, {context: context});
Note: See TracChangeset for help on using the changeset viewer.