1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-17 14:25:45 +01:00

Kill :dia import.

This commit is contained in:
Kris Maglione
2011-10-05 05:00:31 -04:00
parent 35bc2fb201
commit f7493160ca
8 changed files with 20 additions and 11 deletions

View File

@@ -28,7 +28,7 @@ var IO = Module("io", {
this._processDir = services.directory.get("CurWorkD", Ci.nsIFile);
this._cwd = this._processDir.path;
this._oldcwd = null;
this.config = config;
lazyRequire("config", ["config"], this);
},
Local: function Local(dactyl, modules, window) let ({ io, plugins } = modules) ({