From 91e9add5a80fd74253411a533d4b0e603b11f5a3 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Sun, 14 Oct 2007 20:06:43 +0000 Subject: [PATCH] TMS doesn't take params. (Documentation fix only, no functional change.) git-svn-id: http://svn.openlayers.org/trunk/openlayers@4945 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/TMS.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/OpenLayers/Layer/TMS.js b/lib/OpenLayers/Layer/TMS.js index d61ed95d35..aae27818e7 100644 --- a/lib/OpenLayers/Layer/TMS.js +++ b/lib/OpenLayers/Layer/TMS.js @@ -37,7 +37,6 @@ OpenLayers.Layer.TMS = OpenLayers.Class(OpenLayers.Layer.Grid, { * Parameters: * name - {String} * url - {String} - * params - {Object} * options - {Object} Hashtable of extra options to tag onto the layer */ initialize: function(name, url, options) {