Skip to content

Commit

Permalink
Merge commit 'rick/t496' into 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
annasob committed May 10, 2011
2 parents 5a54f78 + 3cdba10 commit 8df6275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion players/soundcloud/popcorn.soundcloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
Popcorn.getScript( "http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js" );

// Source file originally from 'https://github.com/soundcloud/Widget-JS-API/raw/master/soundcloud.player.api.js'
Popcorn.getScript( "lib/soundcloud.player.api.js", function() {
Popcorn.getScript( "http://popcornjs.org/code/players/soundcloud/lib/soundcloud.player.api.js", function() {
// Play event is fired twice when player is first started. Ignore second one
var ignorePlayEvt = 1;

Expand Down

0 comments on commit 8df6275

Please sign in to comment.