mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +00:00
Lint fixes
This commit is contained in:
parent
f0350231ea
commit
a03b6e6592
2 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@
|
|||
*/
|
||||
|
||||
var FloatBetween = require('../FloatBetween');
|
||||
var CONST = require('../const');
|
||||
|
||||
/**
|
||||
* Returns a random angle in the range [-pi, pi].
|
||||
|
|
|
@ -519,7 +519,7 @@ var BaseSoundManager = new Class({
|
|||
{
|
||||
this.onFocus();
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
/**
|
||||
* Update method called on every game step.
|
||||
|
|
Loading…
Reference in a new issue