You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.keyAction = function(key) {w;};
It says that the w is being mistaken as an expression and that a semicolon is missing can someone please tell me how to fix (Ps using tampermonkey and i suck at programing.)
The text was updated successfully, but these errors were encountered:
this.keyAction = function(key) {w;};
It says that the w is being mistaken as an expression and that a semicolon is missing can someone please tell me how to fix (Ps using tampermonkey and i suck at programing.)
The text was updated successfully, but these errors were encountered: