Skip to content

Commit

Permalink
Remove browser module version
Browse files Browse the repository at this point in the history
We should have removed the exported field after the following change:
710e616. This PR removes the Version for good.
  • Loading branch information
inancgumus committed Jun 7, 2023
1 parent 2d4ba2f commit c40d9d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion browser/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ type (
JSModule struct {
Browser *goja.Object
Devices map[string]common.Device
Version string
}

// ModuleInstance represents an instance of the JS module.
Expand Down

0 comments on commit c40d9d7

Please sign in to comment.