Remove out-of-place comma

This commit is contained in:
Samuel Mannehed 2016-09-23 09:42:13 +02:00
parent 67453adebc
commit 9310577bd8
1 changed files with 1 additions and 1 deletions

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