Remove class_name jsdoc for consistency, thanks fredj. (Closes #853)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@4256 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -351,6 +351,5 @@ OpenLayers.Handler.RegularPolygon = OpenLayers.Class(OpenLayers.Handler.Drag, {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
/** @final @type String */
|
|
||||||
CLASS_NAME: "OpenLayers.Handler.RegularPolygon"
|
CLASS_NAME: "OpenLayers.Handler.RegularPolygon"
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -1616,8 +1616,6 @@ OpenLayers.Map = OpenLayers.Class({
|
|||||||
return this.getLayerPxFromViewPortPx(px);
|
return this.getLayerPxFromViewPortPx(px);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
/** @final @type String */
|
|
||||||
CLASS_NAME: "OpenLayers.Map"
|
CLASS_NAME: "OpenLayers.Map"
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user