diff --git a/backbone.soundmanager2.coffee b/backbone.soundmanager2.coffee index 3324681..c010d6e 100644 --- a/backbone.soundmanager2.coffee +++ b/backbone.soundmanager2.coffee @@ -82,7 +82,7 @@ class BackboneSoundManager2 # Removing this ability for now until we can circle back. callback() - this + return this # Original fade out. Can't get here now. diff --git a/backbone.soundmanager2.js b/backbone.soundmanager2.js index ba55270..6e91754 100644 --- a/backbone.soundmanager2.js +++ b/backbone.soundmanager2.js @@ -57,7 +57,7 @@ BackboneSoundManager2.prototype.fadeout = function(callback) { var fnc, s, vol; callback(); - this; + return this; s = this.sound; vol = this.volume * 100; fnc = (function(_this) {