Skip to content

Commit

Permalink
Fixing linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MeoMix committed May 7, 2015
1 parent fc4cc11 commit 26a94cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/background/collection/streamItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

getActiveSongId: function() {
var activeItem = this.getActiveItem();
var activeSongId = undefined;
var activeSongId = null;

if (!_.isUndefined(activeItem)) {
activeSongId = activeItem.get('song').get('id');
Expand Down

0 comments on commit 26a94cc

Please sign in to comment.