Skip to content

Commit dee13d5

Browse files
committed
jshint fix.
1 parent ae7a1fd commit dee13d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/physics/arcade/World.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Phaser.Physics.Arcade.prototype = {
215215
*/
216216
computeVelocity: function (axis, body, velocity, acceleration, drag, max) {
217217

218-
if (typeof max === 'undefined') { max = 10000 };
218+
if (typeof max === 'undefined') { max = 10000; }
219219

220220
if (axis === 1 && body.allowGravity)
221221
{

0 commit comments

Comments
 (0)