Added note that chrome was added to the BROWSER_NAME test

This commit is contained in:
Gregers Gram Rygg
2012-05-29 17:03:33 +02:00
parent f5a9b4446a
commit dc082c3442

View File

@@ -14,4 +14,12 @@ Removed rounding of zoom level for maps with fractionalZoom == true. So users wi
Corresponding issues/pull requests:
* https://github.com/openlayers/openlayers/pull/483
* https://github.com/openlayers/openlayers/pull/483
## "chrome" added to OpenLayers.BROWSER_NAME
Chrome was incorrectly detected as "safari". Code that expect OpenLayers.BROWSER_NAME to be "safari" in Google Chrome will cause problems. Test for "chrome" as well, or use the new OpenLayers.IS_WEBKIT.
Corresponding issues/pull requests:
* https://github.com/openlayers/openlayers/pull/483