[OpenLayers-Commits] r12212 - in trunk/openlayers/lib/OpenLayers: .
Tile
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Mon Aug 8 03:31:07 EDT 2011
Author: fredj
Date: 2011-08-08 00:31:06 -0700 (Mon, 08 Aug 2011)
New Revision: 12212
Modified:
trunk/openlayers/lib/OpenLayers/Tile.js
trunk/openlayers/lib/OpenLayers/Tile/Google.js
Log:
fix jsdoc tag, makes closure compiler happy. no functional change
Modified: trunk/openlayers/lib/OpenLayers/Tile/Google.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Tile/Google.js 2011-08-08 04:58:05 UTC (rev 12211)
+++ trunk/openlayers/lib/OpenLayers/Tile/Google.js 2011-08-08 07:31:06 UTC (rev 12212)
@@ -4,7 +4,7 @@
* full text of the license. */
-/*
+/**
* @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Util.js
* @requires OpenLayers/Tile.js
Modified: trunk/openlayers/lib/OpenLayers/Tile.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Tile.js 2011-08-08 04:58:05 UTC (rev 12211)
+++ trunk/openlayers/lib/OpenLayers/Tile.js 2011-08-08 07:31:06 UTC (rev 12212)
@@ -4,7 +4,7 @@
* full text of the license. */
-/*
+/**
* @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Util.js
* @requires OpenLayers/Console.js
More information about the Commits
mailing list