Skip to content

Commit

Permalink
Don’t show nextUp in complete state
Browse files Browse the repository at this point in the history
JW7-3600
  • Loading branch information
egreaves committed Feb 23, 2017
1 parent 49391c3 commit 1b461d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/view/components/nextuptooltip.js
Expand Up @@ -133,7 +133,7 @@ define([
this.offset = offset;
},
onMediaModel: function(model, mediaModel) {
mediaModel.on('change:state', function(model, state) {
mediaModel.on('change:state', function(mediaModel, state) {
if (state === 'complete') {
model.set('nextUpVisible', false);
}
Expand Down

0 comments on commit 1b461d8

Please sign in to comment.