removing alert
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11976 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user