Minor fixes according to review
This commit is contained in:
@@ -4,6 +4,7 @@ goog.provide('ol.structs.LinkedList');
|
||||
* Creates an empty linked list structure.
|
||||
*
|
||||
* @constructor
|
||||
* @struct
|
||||
* @param {boolean=} opt_circular The last item is connected to the first one,
|
||||
* and the first item to the last one. Default is true.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user