Merge default.

--HG--
branch : key-processing
This commit is contained in:
Kris Maglione
2011-01-28 10:11:54 -05:00
4 changed files with 23 additions and 17 deletions
+1 -1
View File
@@ -1648,7 +1648,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
bang: true,
completer: function (context) {
context.ignoreCase = true;
return completion.dialog(context);
completion.dialog(context);
}
});