From 9310577bd8d97fb554d7f1a60287d6938dfa6ae5 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Fri, 23 Sep 2016 09:42:13 +0200 Subject: [PATCH] Remove out-of-place comma --- core/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/util.js b/core/util.js index 3cc1e876..058b4023 100644 --- a/core/util.js +++ b/core/util.js @@ -329,7 +329,7 @@ Util.Features = {xpath: !!(document.evaluate), air: !!(window.runtime), query: ! 'presto': detectPresto(), 'trident': detectTrident(), 'webkit': detectInitialWebkit(), - 'gecko': detectGecko(), + 'gecko': detectGecko() }; if (Util.Engine.webkit) {