1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 06:57:59 +01:00

Use @returns rather than @return in API docs.

This commit is contained in:
Doug Kearns
2009-05-16 02:20:12 +10:00
parent cb0a352454
commit bd1798726f
3 changed files with 26 additions and 32 deletions

View File

@@ -1120,7 +1120,7 @@ lookup:
*
* @param {function} fn The function to execute.
* @param {Object} self The 'this' object used when executing fn.
* @return {boolean} false if temp files couldn't be created,
* @returns {boolean} false if temp files couldn't be created,
* otherwise, the return value of <b>fn</b>.
*/
withTempFiles: function (fn, self)