1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 01:22:27 +01:00

Add @returns attribute to io#getRCFile documentation.

This commit is contained in:
Doug Kearns
2009-03-14 17:14:17 +11:00
parent 4d9cefa754
commit 9de03780e4

View File

@@ -555,6 +555,7 @@ function IO() //{{{
*
* @param {string} dir The directory to search.
* @default $HOME.
* @returns {nsIFile} The RC file or null if none is found.
*/
getRCFile: function (dir)
{