1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-11 03:15:45 +01:00

Make INFO work from *.penta files.

This commit is contained in:
Kris Maglione
2011-06-06 17:27:16 -04:00
parent 84ca292262
commit 5c89527d3f
2 changed files with 27 additions and 12 deletions

View File

@@ -316,6 +316,11 @@ var File = Class("File", {
return self;
},
/**
* @property {nsIFileURL} Returns the nsIFileURL object for this file.
*/
get URI() services.io.newFileURI(this),
/**
* Iterates over the objects in this directory.
*/