mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-28 04:55:46 +01:00
Automagically generate :help key indexes.
This commit is contained in:
@@ -347,6 +347,13 @@ var File = Class("File", {
|
||||
return array;
|
||||
},
|
||||
|
||||
/**
|
||||
* Returns a new nsIFileURL object for this file.
|
||||
*
|
||||
* @returns {nsIFileURL}
|
||||
*/
|
||||
toURI: function toURI() services.io.newFileURI(this),
|
||||
|
||||
/**
|
||||
* Writes the string *buf* to this file.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user