Skip to content

Commit c0483e4

Browse files
committed
removed unused event args
1 parent e6dadfa commit c0483e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function repo_init(){
5858
'preventDefault': true,
5959
},
6060
'mousemove': {
61-
'todo': function(event){
61+
'todo': function(){
6262
webgl_controls_mouse(webgl_character_id);
6363
},
6464
},

0 commit comments

Comments
 (0)