mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 21:35:49 +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])
|
get: function () array(contexts.groups[self.name])
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
this.Hive = constructor;
|
this.Hive = constructor;
|
||||||
this.name = name;
|
this.name = name;
|
||||||
memoize(contexts.Group.prototype, name, function () {
|
memoize(contexts.Group.prototype, name, function () {
|
||||||
@@ -541,7 +540,6 @@ var Contexts = Module("contexts", {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
commands.add(["fini[sh]"],
|
commands.add(["fini[sh]"],
|
||||||
"Stop sourcing a script file",
|
"Stop sourcing a script file",
|
||||||
function (args) {
|
function (args) {
|
||||||
@@ -550,7 +548,6 @@ var Contexts = Module("contexts", {
|
|||||||
},
|
},
|
||||||
{ argCount: "0" });
|
{ argCount: "0" });
|
||||||
|
|
||||||
|
|
||||||
function checkStack(cmd) {
|
function checkStack(cmd) {
|
||||||
util.assert(contexts.context && contexts.context.stack &&
|
util.assert(contexts.context && contexts.context.stack &&
|
||||||
contexts.context.stack[cmd] && contexts.context.stack[cmd].length,
|
contexts.context.stack[cmd] && contexts.context.stack[cmd].length,
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ defineModule("options", {
|
|||||||
use: ["commands", "completion", "prefs", "services", "styles", "template", "util"]
|
use: ["commands", "completion", "prefs", "services", "styles", "template", "util"]
|
||||||
}, this);
|
}, this);
|
||||||
|
|
||||||
|
|
||||||
/** @scope modules */
|
/** @scope modules */
|
||||||
|
|
||||||
let ValueError = Class("ValueError", ErrorBase);
|
let ValueError = Class("ValueError", ErrorBase);
|
||||||
|
|||||||
@@ -430,7 +430,6 @@ var Styles = Module("Styles", {
|
|||||||
return test(arguments[1]);
|
return test(arguments[1]);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
splitContext: function splitContext(context, title) {
|
splitContext: function splitContext(context, title) {
|
||||||
for (let item in Iterator({ Active: true, Inactive: false })) {
|
for (let item in Iterator({ Active: true, Inactive: false })) {
|
||||||
let [name, active] = item;
|
let [name, active] = item;
|
||||||
|
|||||||
@@ -132,7 +132,6 @@ const Config = Module("config", ConfigBase, {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
/*** optional options, there are checked for existence and a fallback provided ***/
|
/*** optional options, there are checked for existence and a fallback provided ***/
|
||||||
features: set(["bookmarks", "hints", "marks", "history", "quickmarks", "session", "tabs", "player"]),
|
features: set(["bookmarks", "hints", "marks", "history", "quickmarks", "session", "tabs", "player"]),
|
||||||
|
|
||||||
|
|||||||
@@ -106,7 +106,6 @@ const Config = Module("config", ConfigBase, {
|
|||||||
function () { window.saveDocument(window.content.document); }],
|
function () { window.saveDocument(window.content.document); }],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
focusChange: function focusChange(win) {
|
focusChange: function focusChange(win) {
|
||||||
const { modes } = modules;
|
const { modes } = modules;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user