Skip to content

Commit

Permalink
Fix impress().lib.util reference in blackout.js (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph-Neumann-1 authored May 2, 2022
1 parent 629f768 commit bc36121
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion js/impress.js
Original file line number Diff line number Diff line change
Expand Up @@ -1981,7 +1981,6 @@
root = event.target;
canvas = root.firstElementChild;
var gc = api.lib.gc;
var util = api.lib.util;

gc.addEventListener( document, "keydown", function( event ) {

Expand Down
1 change: 0 additions & 1 deletion src/plugins/blackout/blackout.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
root = event.target;
canvas = root.firstElementChild;
var gc = api.lib.gc;
var util = api.lib.util;

gc.addEventListener( document, "keydown", function( event ) {

Expand Down

0 comments on commit bc36121

Please sign in to comment.