Skip to content

Commit 0223019

Browse files
Added blank update method
1 parent d51156f commit 0223019

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/sound/html5/HTML5AudioSound.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ var HTML5AudioSound = new Class({
6262
// TODO implement stop method
6363
this.events.dispatch(new SoundEvent(this, 'SOUND_STOP'));
6464
return true;
65+
},
66+
update: function (time, delta) {
67+
6568
}
6669
});
6770
module.exports = HTML5AudioSound;

0 commit comments

Comments
 (0)