Reverted chrome added to BROWSER_NAME

This commit is contained in:
Gregers Gram Rygg
2012-05-30 15:01:25 +02:00
parent f7f763d1d3
commit 2725cd93f6
4 changed files with 6 additions and 25 deletions

View File

@@ -14,12 +14,4 @@ Removed rounding of zoom level for maps with fractionalZoom == true. So users wi
Corresponding issues/pull requests:
* 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
* https://github.com/openlayers/openlayers/pull/483