mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-21 22:35:45 +01:00
Move DOM and config properties from the util namespace to the DOM and config namespaces, respectively.
This commit is contained in:
@@ -702,7 +702,7 @@ var Styles = Module("Styles", {
|
||||
}));
|
||||
},
|
||||
completion: function (dactyl, modules, window) {
|
||||
const names = Array.slice(util.computedStyle(window.document.createElement("div")));
|
||||
const names = Array.slice(DOM(<div/>, window.document).style);
|
||||
modules.completion.css = function (context) {
|
||||
context.title = ["CSS Property"];
|
||||
context.keys = { text: function (p) p + ":", description: function () "" };
|
||||
|
||||
Reference in New Issue
Block a user