mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
ESLint fix
This commit is contained in:
parent
a0098a2994
commit
124722e27a
1 changed files with 2 additions and 1 deletions
|
@ -443,7 +443,8 @@ var WebAudioSound = new Class({
|
|||
* @param {number} time - The current timestamp as generated by the Request Animation Frame or SetTimeout.
|
||||
* @param {number} delta - The delta time elapsed since the last frame.
|
||||
*/
|
||||
update: function ()
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
update: function (time, delta)
|
||||
{
|
||||
if (this.hasEnded)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue