Skip to content

Commit

Permalink
v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wattnpapa committed Sep 16, 2016
1 parent c998892 commit 5b53bf7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/leaflet-ais-tracksymbol.js
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ L.AISTrackSymbol = L.TrackSymbol.extend({
if(this.getVirtualAtoNFlagText()) table += this.getTableRow("VirtualAtoN",this.getVirtualAtoNFlagText());
if(this.getAssignedModeFlagText()) table += this.getTableRow("AssignedMode",this.getAssignedModeFlagText());

table += this.getTableRow("Last AIS Messsage",this.getLastUpdate());
table += this.getTableRow("Last AIS Message",this.getLastUpdate());

table += "</table>";

Expand Down
Loading

0 comments on commit 5b53bf7

Please sign in to comment.