mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:17:59 +01:00
whitespace fixes
This commit is contained in:
@@ -240,13 +240,14 @@ liberator.modes = (function () //{{{
|
||||
this.show();
|
||||
},
|
||||
|
||||
push: function(mainMode, extendedMode, silent)
|
||||
push: function (mainMode, extendedMode, silent)
|
||||
{
|
||||
modeStack.push([main, extended]);
|
||||
this.set(mainMode, extendedMode, silent);
|
||||
},
|
||||
|
||||
pop: function() {
|
||||
pop: function ()
|
||||
{
|
||||
var a = modeStack.pop();
|
||||
if (a)
|
||||
[main, extended] = a;
|
||||
|
||||
Reference in New Issue
Block a user