summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2016-09-23 09:42:13 +0200
committerSamuel Mannehed <samuel@cendio.se>2016-10-01 01:34:31 +0200
commit9310577bd8d97fb554d7f1a60287d6938dfa6ae5 (patch)
treec310767796dea9f0ec1a6c8e6d1a668748bd5ba1
parent67453adebce387914516f69655d40e7b27218f2f (diff)
downloadnovnc-9310577bd8d97fb554d7f1a60287d6938dfa6ae5.tar.gz
Remove out-of-place comma
-rw-r--r--core/util.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/util.js b/core/util.js
index 3cc1e87..058b402 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) {