Skip to content

Commit a03b6e6

Browse files
committed
Lint fixes
1 parent f035023 commit a03b6e6

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/math/angle/Random.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
*/
77

88
var FloatBetween = require('../FloatBetween');
9-
var CONST = require('../const');
109

1110
/**
1211
* Returns a random angle in the range [-pi, pi].

src/sound/BaseSoundManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ var BaseSoundManager = new Class({
519519
{
520520
this.onFocus();
521521
}
522-
},
522+
},
523523

524524
/**
525525
* Update method called on every game step.

0 commit comments

Comments
 (0)