Skip to content

Commit 1c896ba

Browse files
Removed fadeTo method
1 parent 92ee1bb commit 1c896ba

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

v3/src/sound/BaseSound.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,6 @@ var BaseSound = new Class({
273273
this.currentConfig.seek = 0;
274274
this.currentConfig.delay = 0;
275275
},
276-
fadeTo: function (volume, duration) {
277-
return null;
278-
},
279276
/**
280277
* @protected
281278
*/

0 commit comments

Comments
 (0)