1
0
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:
Kris Maglione
2011-01-31 20:36:36 -05:00
parent ee951d130e
commit cef42479df
2 changed files with 4 additions and 3 deletions

View File

@@ -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;
},