Fix impress().lib.util reference in blackout.js (#810)

This commit is contained in:
Christoph Neumann
2022-05-02 15:33:18 +02:00
committed by GitHub
parent 629f7686f3
commit bc3612118a
2 changed files with 0 additions and 2 deletions

View File

@@ -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 ) {