Fix impress().lib.util reference in blackout.js (#810)
This commit is contained in:
committed by
GitHub
parent
629f7686f3
commit
bc3612118a
@@ -1981,7 +1981,6 @@
|
|||||||
root = event.target;
|
root = event.target;
|
||||||
canvas = root.firstElementChild;
|
canvas = root.firstElementChild;
|
||||||
var gc = api.lib.gc;
|
var gc = api.lib.gc;
|
||||||
var util = api.lib.util;
|
|
||||||
|
|
||||||
gc.addEventListener( document, "keydown", function( event ) {
|
gc.addEventListener( document, "keydown", function( event ) {
|
||||||
|
|
||||||
|
|||||||
@@ -88,7 +88,6 @@
|
|||||||
root = event.target;
|
root = event.target;
|
||||||
canvas = root.firstElementChild;
|
canvas = root.firstElementChild;
|
||||||
var gc = api.lib.gc;
|
var gc = api.lib.gc;
|
||||||
var util = api.lib.util;
|
|
||||||
|
|
||||||
gc.addEventListener( document, "keydown", function( event ) {
|
gc.addEventListener( document, "keydown", function( event ) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user