Skip to content

Commit

Permalink
eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Nov 10, 2023
1 parent 0b32610 commit 131f730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gameobjects/components/Tint.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ var Tint = {
*/
tint: {

get: function()
get: function ()
{
return this.tintTopLeft;
},
Expand Down

0 comments on commit 131f730

Please sign in to comment.