Skip to content

Commit e0f850b

Browse files
committed
jshint fix
1 parent 0687840 commit e0f850b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/math/RandomDataGenerator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Phaser.RandomDataGenerator.prototype = {
174174
*/
175175
integerInRange: function (min, max) {
176176

177-
return Math.floor(this.realInRange(0, max - min + 1)) + min;
177+
return Math.floor(this.realInRange(0, max - min + 1)) + min;
178178

179179
},
180180

0 commit comments

Comments
 (0)