From 9666c5e1f345b21fd7914caad3a9c33cbcfc665e Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Thu, 14 Apr 2016 13:28:00 +0000 Subject: [PATCH] client: Fix backwards compatibility --- app/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client.js b/app/client.js index 2fd077a..60c7272 100644 --- a/app/client.js +++ b/app/client.js @@ -18,7 +18,7 @@ function display(data) { } current.push(data.graphic.name) - let engine = data.graphic.engine + var engine = data.graphic.engine if (engines[engine]) { engines[engine](data)