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

Remove crufty comment.

--HG--
extra : rebase_source : 3d39efb98c9dd571d019862dded2e6a2cc123c7d
This commit is contained in:
Doug Kearns
2010-10-15 04:34:14 +11:00
parent e45540edce
commit 72b38d2d2e

View File

@@ -207,7 +207,6 @@ const Modes = Module("modes", {
},
// helper function to set both modes in one go
// if silent == true, you also need to take care of the mode handling changes yourself
set: function set(mainMode, extendedMode, params, stack) {
params = params || this.getMode(mainMode || this.main).params;