Minor jsdoc fix

This commit is contained in:
Frederic Junod
2013-03-21 09:19:23 +01:00
parent 01b97208d8
commit 8296a1f134

View File

@@ -6,10 +6,10 @@ goog.require('goog.object');
/**
* @constructor
* Implements a Least-Recently-Used cache where the keys do not conflict with
* Object's properties (e.g. 'hasOwnProperty' is not allowed as a key). Expiring
* items from the cache is the responsibility of the user.
* @constructor
*/
ol.structs.LRUCache = function() {