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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user