[fusion-commits] r1997 - trunk/widgets

svn_fusion at osgeo.org svn_fusion at osgeo.org
Mon Nov 30 04:18:05 EST 2009


Author: liuar
Date: 2009-11-30 04:18:05 -0500 (Mon, 30 Nov 2009)
New Revision: 1997

Modified:
   trunk/widgets/BasemapSwitcher.js
Log:
Update text "NONE" to lower case "None", to consist with items in Menu

Modified: trunk/widgets/BasemapSwitcher.js
===================================================================
--- trunk/widgets/BasemapSwitcher.js	2009-11-27 16:22:16 UTC (rev 1996)
+++ trunk/widgets/BasemapSwitcher.js	2009-11-30 09:18:05 UTC (rev 1997)
@@ -201,7 +201,7 @@
             }
         }
 		if (!this.defaultBasemap) {
-			this.defaultBasemap = "NONE";
+			this.defaultBasemap = "None";
         }
 	},
 	



More information about the fusion-commits mailing list