1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 20:27:58 +01:00

Fix Minefield.

This commit is contained in:
Kris Maglione
2012-03-14 16:49:02 -04:00
parent 5cd16cf5c3
commit 352d1702a7
2 changed files with 6 additions and 2 deletions

View File

@@ -299,7 +299,7 @@ var Modes = Module("modes", {
return;
}
params = params || this.getMode(mainMode || this.main).params;
params = params || Object.create(this.getMode(mainMode || this.main).params);
if (!stack && mainMode != null && this._modeStack.length > 1)
this.reset();