better comments in Image/IFrame.js

This commit is contained in:
Éric Lemoine
2011-10-20 23:08:16 +02:00
parent 667d21137f
commit 55c2f0e047

View File

@@ -15,9 +15,6 @@
*
* This mixin will be applied to <OpenLayers.Tile.Image> instances
* configured with <OpenLayers.Tile.Image.maxGetUrlLength> set.
*
* Inherits from:
* - <OpenLayers.Tile.Image>
*/
OpenLayers.Tile.Image.IFrame = {
@@ -30,8 +27,8 @@ OpenLayers.Tile.Image.IFrame = {
/**
* Method: draw
* Set useIFrame in the instance, and operate the to/from image from/to
* iframe switch, if necessary. Then call the parent function.
* Set useIFrame in the instance, and operate the image/iframe switch.
* Then call Tile.Image.draw.
*
* Returns:
* {Boolean}