Change Util.alphaHack to return 'False' not 'undefined' as defined by the API. (Closes #1169)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@5283 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -373,7 +373,7 @@ OpenLayers.Util.alphaHack = function() {
|
|||||||
// continue.
|
// continue.
|
||||||
|
|
||||||
try {
|
try {
|
||||||
filter = document.body.filters;
|
filter = !!(document.body.filters);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user