Is this a typo?

--- commands.js.~1.53.~ 2006-04-04 13:09:34.000000000 +0900
+++ commands.js 2006-04-22 04:22:34.000000000 +0900
@@ -259,7 +259,7 @@
 {
     for (var i=0; i <gCommands.length; i++) {
        if (gCommands[i][0] == name) {
-           gCommand[i] = [name,fn,args];
+           gCommands[i] = [name,fn,args];
            return;
        }
     }
--
rubikitch
http://www.rubyist.net/~rubikitch/
_______________________________________________
Conkeror mailing list
[email protected]
http://mozdev.org/mailman/listinfo/conkeror

Reply via email to