1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-08 01:05:46 +01:00

Import some fixes from Vimperator. Thanks anekos, teramoko, and stepnem.

This commit is contained in:
Kris Maglione
2010-09-18 03:42:48 -04:00
parent bc7cff0442
commit 508cc08a8f
10 changed files with 36 additions and 28 deletions

View File

@@ -194,7 +194,7 @@ const Events = Module("events", {
* Replays a macro.
*
* @param {string} The name of the macro to replay.
* @return {boolean}
* @returns {boolean}
*/
playMacro: function (macro) {
let res = false;
@@ -411,7 +411,7 @@ const Events = Module("events", {
* <S-@> where @ is a non-case-changable, non-space character.
*
* @param {string} keys The string to parse.
* @return {Array[Object]}
* @returns {Array[Object]}
*/
fromString: function (input) {
let out = [];