mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-26 16:45:45 +01:00
Use [foo] instead of foo[] consistently in source doc type annotations.
This commit is contained in:
@@ -1510,7 +1510,7 @@ var array = Class("array", Array, {
|
||||
* as such:
|
||||
* [["a", "b"], ["c", "d"]] -> { a: "b", c: "d" }
|
||||
*
|
||||
* @param {Array[]} assoc
|
||||
* @param {[Array]} assoc
|
||||
* @... {string} 0 - Key
|
||||
* @... 1 - Value
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user