mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-11 21:35:52 +01:00
Death to E4X and stuff.
This commit is contained in:
@@ -359,6 +359,8 @@ var File = Class("File", {
|
||||
return File.DoesNotExist(path, e);
|
||||
}
|
||||
}
|
||||
this.file = file;
|
||||
|
||||
let self = XPCSafeJSObjectWrapper(file.QueryInterface(Ci.nsILocalFile));
|
||||
self.__proto__ = this;
|
||||
return self;
|
||||
|
||||
Reference in New Issue
Block a user