removing alert

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11976 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
ahocevar
2011-05-19 12:21:26 +00:00
parent b6b11f560a
commit 397a844f87

View File

@@ -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