1
0
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:
Kris Maglione
2011-01-06 13:01:26 -05:00
parent 269a12a71a
commit 34ce63a150
5 changed files with 36 additions and 195 deletions

View File

@@ -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.
*