Skip to content

Commit

Permalink
issue #19
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgimenez committed Jul 14, 2015
1 parent c3960f3 commit c29917a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions assets/js/libs/soundcloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
},
// fired when widget starts playing current track (fired only once per track)
onMediaStart : function(flashId, data) {
alert('start');
this._redispatch('onMediaStart', flashId, data);
},
// fired when the track/playlist has finished playing
Expand All @@ -114,7 +113,6 @@
},
// fired when widget starts playing current track (fired on every play, seek)
onMediaPlay : function(flashId, data) {
alert('play')
this._redispatch('onMediaPlay', flashId, data);
},
// fired when track was paused
Expand Down

0 comments on commit c29917a

Please sign in to comment.