[Mapbender-commits] r3189 - trunk/mapbender/lib

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Nov 6 10:08:56 EST 2008


Author: christoph
Date: 2008-11-06 10:08:56 -0500 (Thu, 06 Nov 2008)
New Revision: 3189

Modified:
   trunk/mapbender/lib/exception.js
Log:
cosmetic changes

Modified: trunk/mapbender/lib/exception.js
===================================================================
--- trunk/mapbender/lib/exception.js	2008-11-06 15:08:11 UTC (rev 3188)
+++ trunk/mapbender/lib/exception.js	2008-11-06 15:08:56 UTC (rev 3189)
@@ -16,7 +16,7 @@
  *
  * @constructor
  */
-var Mb_log = function() {
+function Mb_log () {
 	var that = this;
 	
 	var levelArray = global_log_levels.split(",");
@@ -72,7 +72,7 @@
  * @param message the message that is being logged
  */	
 function Mb_exception(message) {
-	 var level = "error";
+	var level = "error";
 	this.throwException(message, level);
 }
 Mb_exception.prototype = new Mb_log();



More information about the Mapbender_commits mailing list