From e624971e3f9fc4acec604fbcc952df689650200b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Steffen=20M=C3=A4rcker?= <merkste@web.de>
Date: Mon, 16 Apr 2012 19:48:22 +0200
Subject: [PATCH] lint issue fixed

---
 web/compatibility.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/compatibility.js b/web/compatibility.js
index 2a170ec37..5c192c9a9 100644
--- a/web/compatibility.js
+++ b/web/compatibility.js
@@ -251,4 +251,4 @@
     // use browser detection since we cannot feature-check this bug
     document.addEventListener('click', ignoreIfTargetDisabled, true);
   }
-})();
\ No newline at end of file
+})();