diff options
author | Kris Maglione <maglione.k@gmail.com> | 2010-12-25 16:00:56 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2010-12-25 16:00:56 -0500 |
commit | dca9f2df86acf14a6cde40630fca64ca619f150c (patch) | |
tree | de0c19f9a75161ebc5b8b72f03e098b8bb2c48d3 /common/content/io.js | |
parent | ce13a4629e7afb276d3c26652df37c3f352e5f50 (diff) | |
download | pentadactyl-dca9f2df86acf14a6cde40630fca64ca619f150c.tar.gz |
Merge changes from bootstrapped.
Diffstat (limited to 'common/content/io.js')
-rw-r--r-- | common/content/io.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/io.js b/common/content/io.js index 29731ead..0f923b28 100644 --- a/common/content/io.js +++ b/common/content/io.js @@ -38,7 +38,7 @@ function Script(file) { * Provides a basic interface to common system I/O operations. * @instance io */ -const IO = Module("io", { +var IO = Module("io", { init: function () { this._processDir = services.directory.get("CurWorkD", Ci.nsIFile); this._cwd = this._processDir.path; |