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