Replace google closure syntax = with brackets around name
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
class LinkedList {
|
||||
/**
|
||||
* @param {boolean=} opt_circular The last item is connected to the first one,
|
||||
* @param {boolean} [opt_circular] The last item is connected to the first one,
|
||||
* and the first item to the last one. Default is true.
|
||||
*/
|
||||
constructor(opt_circular) {
|
||||
|
||||
Reference in New Issue
Block a user