1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-06-15 05:55:21 +02:00

Remove partial URL encoding from quick search completions. Ref 440caa218bda.

This commit is contained in:
Kris Maglione
2011-08-23 19:10:13 -04:00
parent a1743165d4
commit cf29db91af
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -258,7 +258,7 @@ var Template = Module("Template", {
// Fixes some strange stack rewinds on NS_ERROR_OUT_OF_MEMORY
// exceptions that we can't catch.
stringify: function (arg) {
stringify: function stringify(arg) {
if (!callable(arg))
return String(arg);