From c82edf2a3b02564898158499a0889677e1861613 Mon Sep 17 00:00:00 2001 From: Adrian Leonhard Date: Sat, 10 Feb 2018 22:19:41 +0100 Subject: [PATCH] Duplicate var declaration. --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 0df6961..69576c5 100644 --- a/index.js +++ b/index.js @@ -638,7 +638,6 @@ function resetToInitialState(ctx) { function makeLostContextSimulatingCanvas(canvas) { var unwrappedContext_; - var wrappedContext_; var onLost_ = []; var onRestored_ = []; var wrappedContext_ = {};