Skip to content

Commit 0b377a3

Browse files
Fixed update method docs, ESLint fix
1 parent a08dc5e commit 0b377a3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/sound/html5/HTML5AudioSound.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,8 @@ var HTML5AudioSound = new Class({
417417
* @param {number} time - The current timestamp as generated by the Request Animation Frame or SetTimeout.
418418
* @param {number} delta - The delta time elapsed since the last frame.
419419
*/
420-
update: function (time)
420+
// eslint-disable-next-line no-unused-vars
421+
update: function (time, delta)
421422
{
422423
if (!this.isPlaying)
423424
{

0 commit comments

Comments
 (0)