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

Remove remnant return statement from hints.show.

This commit is contained in:
Doug Kearns
2014-12-12 20:24:00 +11:00
parent fe3f4f8439
commit 71e30cfc11

View File

@@ -658,8 +658,6 @@ var HintSession = Class("HintSession", CommandMode, {
}
styles.system.add("hint-positions", "*", css.join("\n"));
}
return true;
},
/**