mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-05 03:05:47 +01:00
Show all valid hints on tab. Closes issue #339.
This commit is contained in:
@@ -305,7 +305,7 @@ var File = Class("File", {
|
||||
return File.DoesNotExist(path, e);
|
||||
}
|
||||
}
|
||||
let self = XPCSafeJSObjectWrapper(file);
|
||||
let self = XPCSafeJSObjectWrapper(file.QueryInterface(Ci.nsILocalFile));
|
||||
self.__proto__ = this;
|
||||
return self;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user