soundcloud-soundmanager-player icon indicating copy to clipboard operation
soundcloud-soundmanager-player copied to clipboard

.ispaused public method

Open davidrop opened this issue 9 years ago • 0 comments

it's very simple to add this new method, just add a few line

var definition add: this.ispaused = true;

this.play function add: this.ispaused = false;

this.resumec function add: this.ispaused = false;

this.pause function add: this.ispaused = true;

return code add: , ispaused : this.ispaused

davidrop avatar Jul 12 '15 13:07 davidrop