ESLint fix

This commit is contained in:
Pavle Goloskokovic 2018-02-18 19:34:13 +01:00
parent a0098a2994
commit 124722e27a

View file

@ -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} time - The current timestamp as generated by the Request Animation Frame or SetTimeout.
* @param {number} delta - The delta time elapsed since the last frame. * @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) if (this.hasEnded)
{ {