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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user