[Pkg-mozext-commits] [wot] 144/226: Fixed my own typo-bug. Facepalmed.

David Prévot taffit at moszumanska.debian.org
Fri May 1 00:35:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository wot.

commit 995d07fae5f61c8b6d0cf3c7a65e028baa2433b5
Author: Sergey Andryukhin <sorgoz at yandex.com>
Date:   Tue Sep 3 21:50:25 2013 +0300

    Fixed my own typo-bug. Facepalmed.
---
 content/search.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/search.js b/content/search.js
index 150ad58..c93fb00 100644
--- a/content/search.js
+++ b/content/search.js
@@ -438,7 +438,7 @@ var wot_search =
 	{
 
         try {   // Workaround to resolve "TypeError: can't access dead object" at start of the browser
-            if (!e.originalTarget) return;
+            if (!event.originalTarget) return;
         } catch (e) { return; } // do nothing
 
 		try {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/wot.git



More information about the Pkg-mozext-commits mailing list