mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-18 04:05:46 +01:00
Remove some double spacing.
--HG-- extra : rebase_source : 2e500adb809a020fab650e2bab309cb9d1846a27
This commit is contained in:
@@ -139,7 +139,6 @@ var Contexts = Module("contexts", {
|
||||
get: function () array(contexts.groups[self.name])
|
||||
};
|
||||
|
||||
|
||||
this.Hive = constructor;
|
||||
this.name = name;
|
||||
memoize(contexts.Group.prototype, name, function () {
|
||||
@@ -541,7 +540,6 @@ var Contexts = Module("contexts", {
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
commands.add(["fini[sh]"],
|
||||
"Stop sourcing a script file",
|
||||
function (args) {
|
||||
@@ -550,7 +548,6 @@ var Contexts = Module("contexts", {
|
||||
},
|
||||
{ argCount: "0" });
|
||||
|
||||
|
||||
function checkStack(cmd) {
|
||||
util.assert(contexts.context && contexts.context.stack &&
|
||||
contexts.context.stack[cmd] && contexts.context.stack[cmd].length,
|
||||
|
||||
Reference in New Issue
Block a user