mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 13:02:26 +01:00
Remove some unused vars.
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
|
|
||||||
var Config = Module("config", ConfigBase, {
|
var Config = Module("config", ConfigBase, {
|
||||||
Local: function Local(dactyl, modules, window) {
|
Local: function Local(dactyl, modules, window) {
|
||||||
let { config } = modules;
|
|
||||||
return {
|
return {
|
||||||
|
|
||||||
dialogs: {
|
dialogs: {
|
||||||
@@ -195,7 +194,7 @@ var Config = Module("config", ConfigBase, {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
completion: function initCompletion(dactyl, modules, window) {
|
completion: function initCompletion(dactyl, modules, window) {
|
||||||
const { CompletionContext, bookmarkcache, completion } = modules;
|
const { completion } = modules;
|
||||||
const { document } = window;
|
const { document } = window;
|
||||||
|
|
||||||
completion.location = function location(context) {
|
completion.location = function location(context) {
|
||||||
|
|||||||
Reference in New Issue
Block a user