1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 22:42:26 +01:00

Cleanup the hints.js rat's nest a bit.

--HG--
branch : key-processing
This commit is contained in:
Kris Maglione
2011-01-23 21:55:49 -05:00
parent 5d027cf43f
commit 8ae02f4952
2 changed files with 424 additions and 450 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1032,8 +1032,8 @@ var Timer = Class("Timer", {
}); });
/** /**
* Returns the UTF-8 encoded value of a string mis-encoded into * Idempotent function which returns the UTF-8 encoded value of an
* ISO-8859-1. * improperly-decoded string.
* *
* @param {string} str * @param {string} str
* @returns {string} * @returns {string}