mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 11:58:00 +01:00
Allow io.source to register stylesheets
This commit is contained in:
@@ -1123,6 +1123,8 @@ const liberator = (function () //{{{
|
||||
loadModule("io", liberator.IO);
|
||||
loadModule("completion", liberator.Completion);
|
||||
|
||||
liberator.dump(liberator.io.source.toString() + "\n");
|
||||
|
||||
// This adds options/mappings/commands which are only valid in this particular extension
|
||||
if (liberator.config.init)
|
||||
liberator.config.init();
|
||||
|
||||
Reference in New Issue
Block a user