Some problems in the documentation detected using "closure_verify"
This commit is contained in:
@@ -21,6 +21,13 @@
|
||||
*/
|
||||
OpenLayers.Layer.Bing = OpenLayers.Class(OpenLayers.Layer.XYZ, {
|
||||
|
||||
/**
|
||||
* APIProperty: key
|
||||
* {String} API key for Bing maps, get your own key
|
||||
* at http://bingmapsportal.com/ .
|
||||
*/
|
||||
key: null,
|
||||
|
||||
/**
|
||||
* Property: serverResolutions
|
||||
* {Array} the resolutions provided by the Bing servers.
|
||||
@@ -82,7 +89,7 @@ OpenLayers.Layer.Bing = OpenLayers.Class(OpenLayers.Layer.XYZ, {
|
||||
* (end)
|
||||
*
|
||||
* Parameters:
|
||||
* config - {Object} Configuration properties for the layer.
|
||||
* options - {Object} Configuration properties for the layer.
|
||||
*
|
||||
* Required configuration properties:
|
||||
* key - {String} Bing Maps API key for your application. Get one at
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
*
|
||||
* Inherits from:
|
||||
* - <OpenLayers.Layer.Markers>
|
||||
* - <OpenLayers.Layer>
|
||||
*/
|
||||
OpenLayers.Layer.GeoRSS = OpenLayers.Class(OpenLayers.Layer.Markers, {
|
||||
|
||||
|
||||
@@ -12,7 +12,10 @@
|
||||
* Class: OpenLayers.Layer.Image
|
||||
* Instances of OpenLayers.Layer.Image are used to display data from a web
|
||||
* accessible image as a map layer. Create a new image layer with the
|
||||
* <OpenLayers.Layer.Image> constructor. Inherits from <OpenLayers.Layer>.
|
||||
* <OpenLayers.Layer.Image> constructor.
|
||||
*
|
||||
* Inherits from:
|
||||
* - <OpenLayers.Layer>
|
||||
*/
|
||||
OpenLayers.Layer.Image = OpenLayers.Class(OpenLayers.Layer, {
|
||||
|
||||
|
||||
@@ -234,6 +234,9 @@ OpenLayers.Layer.Text = OpenLayers.Class(OpenLayers.Layer.Markers, {
|
||||
*
|
||||
* Parameters:
|
||||
* evt - {Event}
|
||||
*
|
||||
* Context:
|
||||
* - {<OpenLayers.Feature>}
|
||||
*/
|
||||
markerClick: function(evt) {
|
||||
var sameMarkerClicked = (this == this.layer.selectedFeature);
|
||||
|
||||
Reference in New Issue
Block a user