[OpenLayers-Commits] r11976 - trunk/openlayers/tests

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Thu May 19 08:21:26 EDT 2011


Author: ahocevar
Date: 2011-05-19 05:21:26 -0700 (Thu, 19 May 2011)
New Revision: 11976

Modified:
   trunk/openlayers/tests/Util.html
Log:
removing alert

Modified: trunk/openlayers/tests/Util.html
===================================================================
--- trunk/openlayers/tests/Util.html	2011-05-18 20:53:32 UTC (rev 11975)
+++ trunk/openlayers/tests/Util.html	2011-05-19 12:21:26 UTC (rev 11976)
@@ -124,7 +124,6 @@
         //Some non-IE browsers don't return the alpha string for this value, which is okay
         var filterString = div.style.filter.match(/^alpha/) != null ? 
                                'alpha(opacity=' + (opacity * 100) + ')' : div.style.filter;
-        alert(filterString);
         t.eq( div.style.filter, filterString, "element.style.filter set correctly");
 
         //test defaults



More information about the Commits mailing list