Minor fixes according to review

This commit is contained in:
GaborFarkas
2016-11-14 17:35:26 +01:00
parent dd905ffb5b
commit efbc4ead8d
5 changed files with 7 additions and 2 deletions

View File

@@ -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.
*/