[mapguide-commits] r4667 - sandbox/rfc71/viewerfiles

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Mar 15 08:40:19 EDT 2010


Author: jng
Date: 2010-03-15 08:40:18 -0400 (Mon, 15 Mar 2010)
New Revision: 4667

Modified:
   sandbox/rfc71/viewerfiles/propertyctrl.templ
Log:
#1053: Making sure that Clear() is *not* a public API.

Modified: sandbox/rfc71/viewerfiles/propertyctrl.templ
===================================================================
--- sandbox/rfc71/viewerfiles/propertyctrl.templ	2010-03-15 11:32:26 UTC (rev 4666)
+++ sandbox/rfc71/viewerfiles/propertyctrl.templ	2010-03-15 12:40:18 UTC (rev 4667)
@@ -83,13 +83,13 @@
     SetContent(code);
 }
 
+// private functions -----------------------------------------------
+//
 function Clear()
 {
     SetContent("");
 }
 
-// private functions -----------------------------------------------
-//
 function SetContent(html)
 {
     var content = document.getElementById("Content");



More information about the mapguide-commits mailing list