Skip to content

Commit

Permalink
F: OpenSeaMap#186 Add proper model for gauges
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Kuebler committed Feb 20, 2017
1 parent 4983e93 commit d997300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/oseam-views-gauges.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ OSeaM.views.Gauges = OSeaM.View.extend({
var gauge = new OSeaM.models.Gauge();
view = new OSeaM.views.GaugeDialog({
el: this.$el,
model : vessel,
model : gauge,
collection : this.collection
});
view.render().modal('show');
Expand Down

0 comments on commit d997300

Please sign in to comment.