mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 17:34:15 +01:00
Further mode names normalisation in docs.
--HG-- extra : rebase_source : 6c4be66d8c4ac56d10e7d86fc45da7b80ff484aa
This commit is contained in:
@@ -301,7 +301,7 @@ Controller.prototype = {
|
||||
}),
|
||||
|
||||
/**
|
||||
* Returns dactyl to normal mode.
|
||||
* Returns dactyl to Normal mode.
|
||||
*/
|
||||
setNormalMode: wrapAssertNoErrors(function () {
|
||||
// XXX: Normal mode test
|
||||
@@ -313,9 +313,9 @@ Controller.prototype = {
|
||||
utils.assert("dactyl.setNormalMode", this.modules.modes.stack.length == 1,
|
||||
"Failed to return to Normal mode");
|
||||
|
||||
this.assertMessageWindowOpen(false, "Returning to normal mode: Multi-line output not closed");
|
||||
this.assertMessageLine(function (msg) !msg, "Returning to normal mode: Message not cleared");
|
||||
}, "Returning to normal mode"),
|
||||
this.assertMessageWindowOpen(false, "Returning to Normal mode: Multi-line output not closed");
|
||||
this.assertMessageLine(function (msg) !msg, "Returning to Normal mode: Message not cleared");
|
||||
}, "Returning to Normal mode"),
|
||||
|
||||
/**
|
||||
* Returns dactyl to Ex mode.
|
||||
|
||||
Reference in New Issue
Block a user