1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-23 05:15:46 +01:00

Minorish refactoring.

This commit is contained in:
Kris Maglione
2011-09-08 10:22:43 -04:00
parent e9a0b1eea3
commit c6035ce674
7 changed files with 227 additions and 147 deletions

View File

@@ -294,7 +294,7 @@ var Storage = Module("Storage", {
* current directory. @default true
* @param {string} charset The charset of the file. @default File.defaultEncoding
*/
this.File = Class("File", {
var File = Class("File", {
init: function (path, checkPWD, charset) {
let file = services.File();