Skip to content

Commit

Permalink
Fixing linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MeoMix committed May 17, 2015
1 parent 0b24b92 commit 652b0a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/background/model/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ define(function(require) {
};

this._resetMetaData();
// TODO: I don't think I *always* want to keep the player going if a song is activated while one is playing, but maybe...

if (playOnActivate || playerState === PlayerState.Playing || playerState === PlayerState.Buffering) {
this.get('youTubePlayer').loadVideoById(videoOptions);
} else {
Expand Down
1 change: 0 additions & 1 deletion src/js/foreground/view/behavior/sortable.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@
// If the item being sorted has been unloaded by slidingRender behavior then sortableItem will be unavailable.
// In this scenario, fall back to the more expensive query of getting a reference to the sortable instance via its parent's ID.
if (_.isUndefined(sortableItem)) {
debugger;
sortableItem = $('#' + ui.item.data('parentid')).sortable('instance');
}

Expand Down

0 comments on commit 652b0a3

Please sign in to comment.