1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-01 04:15:45 +01:00
This commit is contained in:
Kris Maglione
2011-09-29 17:57:55 -04:00
parent 06e89e84d2
commit acd13342a4
4 changed files with 37 additions and 13 deletions

View File

@@ -15,6 +15,8 @@ defineModule("io", {
require: ["services"]
}, this);
this.lazyRequire("config", ["config"]);
// TODO: why are we passing around strings rather than file objects?
/**
* Provides a basic interface to common system I/O operations.