mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-13 22:15:45 +01:00
Use [foo] instead of foo[] consistently in source doc type annotations.
This commit is contained in:
@@ -363,7 +363,7 @@ var File = Class("File", {
|
||||
*
|
||||
* @param {boolean} sort Whether to sort the returned directory
|
||||
* entries.
|
||||
* @returns {nsIFile[]}
|
||||
* @returns {[nsIFile]}
|
||||
*/
|
||||
readDirectory: function (sort) {
|
||||
if (!this.isDirectory())
|
||||
|
||||
Reference in New Issue
Block a user