linterna-magica-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linterna-magica-commit] [195] Fixes typo in last commit for tasks #1131


From: Ivaylo Valkov
Subject: [linterna-magica-commit] [195] Fixes typo in last commit for tasks #11312.
Date: Fri, 02 Sep 2011 12:48:43 +0000

Revision: 195
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=195
Author:   valkov
Date:     2011-09-02 12:48:42 +0000 (Fri, 02 Sep 2011)
Log Message:
-----------
Fixes typo in last commit for tasks #11312.

Ticket Links:
------------
    http://savannah.gnu.org/task/?11312

Modified Paths:
--------------
    trunk/src/lm_interface_hd_links.js

Modified: trunk/src/lm_interface_hd_links.js
===================================================================
--- trunk/src/lm_interface_hd_links.js  2011-09-02 11:26:58 UTC (rev 194)
+++ trunk/src/lm_interface_hd_links.js  2011-09-02 12:48:42 UTC (rev 195)
@@ -121,7 +121,7 @@
 
                // Wait for the selected link to become the
                // document.activeElement.
-               setTimeOut(timeout_function, 250);
+               setTimeout(timeout_function, 250);
            };
 
            element.addEventListener("blur", hd_list_blur_function, true);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]