Remove out-of-place comma

This commit is contained in:
Samuel Mannehed
2016-09-23 09:42:13 +02:00
parent 67453adebc
commit 9310577bd8

View File

@@ -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) {