From dd410dcd7e1ecde833fd6e2c593df39777edba29 Mon Sep 17 00:00:00 2001 From: Gregers Gram Rygg Date: Tue, 29 May 2012 17:08:01 +0200 Subject: [PATCH] Fixed indentation --- notes/2.13.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notes/2.13.md b/notes/2.13.md index 8471aa6c68..4847832d19 100644 --- a/notes/2.13.md +++ b/notes/2.13.md @@ -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 \ No newline at end of file