fix jsdoc tag, makes Closure Compiler happy. no functional change

git-svn-id: http://svn.openlayers.org/trunk/openlayers@12278 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2011-08-25 08:30:11 +00:00
parent 497f7c9105
commit 228fab098d
+2 -2
View File
@@ -4,12 +4,12 @@
* full text of the license. */ * full text of the license. */
/* /**
* @requires OpenLayers/Tile.js * @requires OpenLayers/Tile.js
* @requires OpenLayers/Util.js * @requires OpenLayers/Util.js
*/ */
/* /**
* Class: OpenLayers.Tile.BackBufferable * Class: OpenLayers.Tile.BackBufferable
* Base class for tiles that can have backbuffers during transitions. Do not * Base class for tiles that can have backbuffers during transitions. Do not
* create instances of this class. * create instances of this class.