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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jun 22 10:55:36 EDT 2010


Author: christoph
Date: 2010-06-22 14:55:36 +0000 (Tue, 22 Jun 2010)
New Revision: 6402

Modified:
   trunk/mapbender/lib/wizard.js
Log:


Modified: trunk/mapbender/lib/wizard.js
===================================================================
--- trunk/mapbender/lib/wizard.js	2010-06-22 14:53:51 UTC (rev 6401)
+++ trunk/mapbender/lib/wizard.js	2010-06-22 14:55:36 UTC (rev 6402)
@@ -91,6 +91,7 @@
 				console.log("not a wizard!");
 				return;
 			}
+			var wizardInstance = this;
 			if (options === "to" && args.length === 2) {
 				return to(null, args[1]);
 			}



More information about the Mapbender_commits mailing list