Fixed indentation

This commit is contained in:
Gregers Gram Rygg
2012-05-29 17:08:01 +02:00
parent dc082c3442
commit dd410dcd7e

View File

@@ -16,10 +16,10 @@ Corresponding issues/pull requests:
* https://github.com/openlayers/openlayers/pull/483
## "chrome" added to OpenLayers.BROWSER_NAME
## "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:
Corresponding issues/pull requests:
* https://github.com/openlayers/openlayers/pull/483