mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 21:15:46 +01:00
Kill :dia import.
This commit is contained in:
@@ -7,9 +7,11 @@
|
||||
Components.utils.import("resource://dactyl/bootstrap.jsm");
|
||||
defineModule("highlight", {
|
||||
exports: ["Highlight", "Highlights", "highlight"],
|
||||
require: ["services", "styles", "util"]
|
||||
require: ["services", "util"]
|
||||
}, this);
|
||||
|
||||
this.lazyRequire("styles", ["Styles", "styles"]);
|
||||
|
||||
var Highlight = Struct("class", "selector", "sites",
|
||||
"defaultExtends", "defaultValue",
|
||||
"value", "extends", "agent",
|
||||
|
||||
Reference in New Issue
Block a user