[Mapbender-commits] r1783 - trunk/mapbender/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Nov 5 03:00:38 EST 2007


Author: verenadiewald
Date: 2007-11-05 03:00:36 -0500 (Mon, 05 Nov 2007)
New Revision: 1783

Modified:
   trunk/mapbender/http/javascripts/popup.js
Log:
removed spelling mistake line 234

Modified: trunk/mapbender/http/javascripts/popup.js
===================================================================
--- trunk/mapbender/http/javascripts/popup.js	2007-10-31 08:24:30 UTC (rev 1782)
+++ trunk/mapbender/http/javascripts/popup.js	2007-11-05 08:00:36 UTC (rev 1783)
@@ -231,7 +231,7 @@
  *
  * @param {Number} height new height of the popup  
  */
-mb_popup.prototype.setHeigth = function(height){
+mb_popup.prototype.setHeight = function(height){
 	this.height=height;
 	var div=document.getElementById(this.id);
 	if(div)div.style.height=height;



More information about the Mapbender_commits mailing list