mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 06:07:59 +01:00
Refactor modules.config.
This commit is contained in:
@@ -15,6 +15,8 @@ const Point = new Struct("x", "y");
|
||||
* @instance buffer
|
||||
*/
|
||||
const Buffer = Module("buffer", {
|
||||
requires: ["config"],
|
||||
|
||||
init: function () {
|
||||
|
||||
this.pageInfo = {};
|
||||
|
||||
Reference in New Issue
Block a user