From ea3683db682126d37106d2fc61f0f979d02a8abb Mon Sep 17 00:00:00 2001 From: euzuro Date: Mon, 9 Apr 2007 19:40:31 +0000 Subject: [PATCH] update jsdoc git-svn-id: http://svn.openlayers.org/trunk/openlayers@3037 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/HTTPRequest.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/OpenLayers/Layer/HTTPRequest.js b/lib/OpenLayers/Layer/HTTPRequest.js index 81258efe85..08070377ec 100644 --- a/lib/OpenLayers/Layer/HTTPRequest.js +++ b/lib/OpenLayers/Layer/HTTPRequest.js @@ -15,8 +15,7 @@ OpenLayers.Layer.HTTPRequest.prototype = /** Used to hash URL param strings for multi-WMS server selection. * Set to the Golden Ratio per Knuth's recommendation. * - * @type Numeric - * @private + * @final @type Numeric */ URL_HASH_FACTOR: (Math.sqrt(5) - 1) / 2,