From fef5f899f42bfd89ba643ac03b52138ac96494b8 Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Sun, 18 Sep 2011 18:11:56 +0300 Subject: [PATCH 1/2] testing commit rights --- doc/authors.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/authors.txt b/doc/authors.txt index dfcd9ff2fd..12cb2d772d 100644 --- a/doc/authors.txt +++ b/doc/authors.txt @@ -1,4 +1,4 @@ -OpenLayers contributors: +OpenLayers contributors: Antoine Abt Mike Adair From 720184e9cdf81446185089545d687bea878ed92a Mon Sep 17 00:00:00 2001 From: Bart van den Eijnden Date: Mon, 19 Sep 2011 17:41:24 +0200 Subject: [PATCH 2/2] add missing requires, non-functional change --- lib/OpenLayers/Layer/Grid.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/OpenLayers/Layer/Grid.js b/lib/OpenLayers/Layer/Grid.js index 243de05a14..0ad307eed9 100644 --- a/lib/OpenLayers/Layer/Grid.js +++ b/lib/OpenLayers/Layer/Grid.js @@ -7,6 +7,7 @@ /** * @requires OpenLayers/Layer/HTTPRequest.js * @requires OpenLayers/Console.js + * @requires OpenLayers/Tile/Image.js */ /**