[fusion-commits] r1622 - trunk/widgets

svn_fusion at osgeo.org svn_fusion at osgeo.org
Thu Oct 30 13:35:37 EDT 2008


Author: madair
Date: 2008-10-30 13:35:36 -0400 (Thu, 30 Oct 2008)
New Revision: 1622

Modified:
   trunk/widgets/SelectionInfo.js
Log:
restore missing EmptyText property

Modified: trunk/widgets/SelectionInfo.js
===================================================================
--- trunk/widgets/SelectionInfo.js	2008-10-30 17:30:18 UTC (rev 1621)
+++ trunk/widgets/SelectionInfo.js	2008-10-30 17:35:36 UTC (rev 1622)
@@ -50,6 +50,7 @@
     initializeWidget: function(widgetTag) {
         var json = widgetTag.extension;
         
+        this.emptyText = json.EmptyText ? json.EmptyText[0] : this.domObj.innerHTML;
         this.template = json.Template ? json.Template[0] : null;
         
         this.domSpan = document.createElement('span');



More information about the fusion-commits mailing list