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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Jun 13 04:14:58 EDT 2007


Author: christoph
Date: 2007-06-13 04:14:58 -0400 (Wed, 13 Jun 2007)
New Revision: 1454

Modified:
   trunk/mapbender/http/javascripts/map.js
Log:
throwException has to be public

Modified: trunk/mapbender/http/javascripts/map.js
===================================================================
--- trunk/mapbender/http/javascripts/map.js	2007-06-12 22:22:40 UTC (rev 1453)
+++ trunk/mapbender/http/javascripts/map.js	2007-06-13 08:14:58 UTC (rev 1454)
@@ -1244,7 +1244,7 @@
 		var isAppropriate = (typeof(levelIndex)=='number' && levelIndex < indexOfLevel(log_level));
 		return (isNotOff && isAppropriate);
 	};
-	var throwException = function (message, level) {
+	this.throwException = function (message, level) {
 		if (isValidLevel(level)) {
 			if (log_js == "on") {
 				try {



More information about the Mapbender_commits mailing list