[OpenLayers-Commits] r12278 - trunk/openlayers/lib/OpenLayers/Tile

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Thu Aug 25 04:30:12 EDT 2011


Author: fredj
Date: 2011-08-25 01:30:11 -0700 (Thu, 25 Aug 2011)
New Revision: 12278

Modified:
   trunk/openlayers/lib/OpenLayers/Tile/BackBufferable.js
Log:
fix jsdoc tag, makes Closure Compiler happy. no functional change

Modified: trunk/openlayers/lib/OpenLayers/Tile/BackBufferable.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Tile/BackBufferable.js	2011-08-24 23:44:55 UTC (rev 12277)
+++ trunk/openlayers/lib/OpenLayers/Tile/BackBufferable.js	2011-08-25 08:30:11 UTC (rev 12278)
@@ -4,12 +4,12 @@
  * full text of the license. */
 
 
-/*
+/**
  * @requires OpenLayers/Tile.js
  * @requires OpenLayers/Util.js
  */
 
-/*
+/**
  * Class: OpenLayers.Tile.BackBufferable
  * Base class for tiles that can have backbuffers during transitions. Do not
  * create instances of this class.
@@ -198,4 +198,4 @@
         OpenLayers.Tile.prototype.destroy.apply(this, arguments);
     }
         
-});
\ No newline at end of file
+});



More information about the Commits mailing list