1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 09:42:28 +01:00

Fix typos. Closes issue #381.

This commit is contained in:
Kris Maglione
2011-02-14 21:47:30 -05:00
parent 6e22507d69
commit b33d753b69

View File

@@ -160,7 +160,7 @@ var Modes = Module("modes", {
}, {
leave: function leave(stack) {
util.timeout(function () {
if (stack.pop && !modes.main.input && !Events.isInputElement(dactyl.focusedElement));
if (stack.pop && !modes.main.input && Events.isInputElement(dactyl.focusedElement))
modes.push(modes.INSERT);
});
}