Skip to content

Commit

Permalink
docs: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-emmanuel committed Jul 26, 2024
1 parent abf943d commit 359d467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/client-shim.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Object.assign(global, window)
// Required globals

DOM = require('../src/client/dom')
DOM.get = x=>[{addEventListener:()=>{}}]
DOM.get = x=>[{addEventListener:()=>{}, style:{}}]
DOM.init()
ELECTRON_NOGPU = false
CANVAS_FRAMERATE = 1
Expand Down

0 comments on commit 359d467

Please sign in to comment.