From c3a172b98c035ff5e0dc5208717ee4c30522afe2 Mon Sep 17 00:00:00 2001
From: Joel Martin <github@martintribe.org>
Date: Sat, 19 Nov 2011 17:59:06 -0600
Subject: [PATCH] Typo in Opera 11.60 fix.

---
 include/util.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/util.js b/include/util.js
index 0920227..abadcf8 100644
--- a/include/util.js
+++ b/include/util.js
@@ -242,7 +242,7 @@ Util.Features = {xpath: !!(document.evaluate), air: !!(window.runtime), query: !
 Util.Engine = {
     // Version detection break in Opera 11.60 (errors on arguments.callee.caller reference)
     //'presto': (function() {
--   //         return (!window.opera) ? false : ((arguments.callee.caller) ? 960 : ((document.getElementsByClassName) ? 950 : 925)); }()),
+    //         return (!window.opera) ? false : ((arguments.callee.caller) ? 960 : ((document.getElementsByClassName) ? 950 : 925)); }()),
     'presto': (function() { return (!window.opera) ? false : true; }()),
 
     'trident': (function() {
-- 
2.18.1