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

Another crack at revision c24f695526a9.

This commit is contained in:
Kris Maglione
2010-12-24 05:53:27 -05:00
parent a8d2678ad1
commit 045d63819a
3 changed files with 10 additions and 9 deletions

View File

@@ -286,6 +286,7 @@ const Modes = Module("modes", {
},
push: function push(mainMode, extendedMode, params) {
util.dumpStack();
this.set(mainMode, extendedMode, params, { push: this.topOfStack });
},